diff options
Diffstat (limited to 'fpga/usrp3/top/x400/rf/100m/Makefile.srcs')
-rw-r--r-- | fpga/usrp3/top/x400/rf/100m/Makefile.srcs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fpga/usrp3/top/x400/rf/100m/Makefile.srcs b/fpga/usrp3/top/x400/rf/100m/Makefile.srcs new file mode 100644 index 000000000..e331917b9 --- /dev/null +++ b/fpga/usrp3/top/x400/rf/100m/Makefile.srcs @@ -0,0 +1,15 @@ +# +# Copyright 2021 Ettus Research, a National Instruments Brand +# +# SPDX-License-Identifier: LGPL-3.0-or-later +# + +RF_100M_SRCS = $(abspath $(addprefix $(BASE_DIR)/../top/x400/rf/100m/, \ +adc_3_1_clk_converter.vhd \ +dac_1_3_clk_converter.vhd \ +dac_2_1_clk_converter.vhd \ +adc_gearbox_2x1.v \ +ddc_saturate.vhd \ +duc_saturate.vhd \ +rf_core_100m.v \ +)) |