diff options
author | Andrew Moch <Andrew.Moch@ni.com> | 2020-03-19 19:55:53 +0100 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2020-03-23 08:23:51 -0500 |
commit | 5c7237fb407cfccaee205980d97e40ce10768c2a (patch) | |
tree | dbdba3dcefff2d3cdeab27fa371c203b3398aa81 /fpga/usrp3/lib/sim/arm_deframer | |
parent | b721621237c0cd4150e9310cf443d4fb3a735388 (diff) | |
download | uhd-5c7237fb407cfccaee205980d97e40ce10768c2a.tar.gz uhd-5c7237fb407cfccaee205980d97e40ce10768c2a.tar.bz2 uhd-5c7237fb407cfccaee205980d97e40ce10768c2a.zip |
fpga: Fix errors found by linting with vsim
Diffstat (limited to 'fpga/usrp3/lib/sim/arm_deframer')
-rw-r--r-- | fpga/usrp3/lib/sim/arm_deframer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/sim/arm_deframer/Makefile b/fpga/usrp3/lib/sim/arm_deframer/Makefile index eb7231d5e..3075cf3cc 100644 --- a/fpga/usrp3/lib/sim/arm_deframer/Makefile +++ b/fpga/usrp3/lib/sim/arm_deframer/Makefile @@ -33,6 +33,7 @@ SIM_TOP = arm_deframer_tb SIM_SRCS = $(abspath \ $(SIM_PROTORFNOC_SRCS) \ +$(RFNOC_SRCS) \ arm_deframer_tb.sv \ ) |