diff options
Diffstat (limited to 'fpga/usrp3/top/x400/rf/200m')
-rw-r--r-- | fpga/usrp3/top/x400/rf/200m/Makefile.srcs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fpga/usrp3/top/x400/rf/200m/Makefile.srcs b/fpga/usrp3/top/x400/rf/200m/Makefile.srcs new file mode 100644 index 000000000..57e88c82a --- /dev/null +++ b/fpga/usrp3/top/x400/rf/200m/Makefile.srcs @@ -0,0 +1,11 @@ +# +# Copyright 2021 Ettus Research, a National Instruments Brand +# +# SPDX-License-Identifier: LGPL-3.0-or-later +# + +RF_200M_SRCS = $(abspath $(addprefix $(BASE_DIR)/../top/x400/rf/200m/, \ +rf_down_4to2.v \ +rf_up_2to4.v \ +rf_core_200m.v \ +)) |