diff options
Diffstat (limited to 'fpga/usrp3/top/x400/rf/common')
-rw-r--r-- | fpga/usrp3/top/x400/rf/common/Makefile.srcs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/fpga/usrp3/top/x400/rf/common/Makefile.srcs b/fpga/usrp3/top/x400/rf/common/Makefile.srcs new file mode 100644 index 000000000..956b2253f --- /dev/null +++ b/fpga/usrp3/top/x400/rf/common/Makefile.srcs @@ -0,0 +1,18 @@ +# +# Copyright 2021 Ettus Research, a National Instruments Brand +# +# SPDX-License-Identifier: LGPL-3.0-or-later +# + +RF_COMMON_SRCS = $(abspath $(addprefix $(BASE_DIR)/../top/x400/rf/common/, \ +PkgRf.vhd \ +axis_mux.vhd \ +capture_sysref.v \ +clock_gates.vhd \ +gpio_to_axis_mux.vhd \ +rf_nco_reset.vhd \ +rf_reset.vhd \ +rf_reset_controller.vhd \ +scale_2x.vhd \ +sync_wrapper.v \ +)) |