diff options
Diffstat (limited to 'fpga/usrp3')
-rwxr-xr-x | fpga/usrp3/tools/scripts/launch_vlint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp3/tools/scripts/launch_vlint.sh b/fpga/usrp3/tools/scripts/launch_vlint.sh index 43d64c786..c8d9b1d63 100755 --- a/fpga/usrp3/tools/scripts/launch_vlint.sh +++ b/fpga/usrp3/tools/scripts/launch_vlint.sh @@ -78,8 +78,8 @@ VHD_ARGS_FILE=vcomarglist.txt # Replace any directories with the sources they contain SOURCES= SOURCES+=$(replace_dirs_with_source $VLINT_INC_SRCS) -SOURCES+=$(replace_dirs_with_source $VLINT_SIM_SRCS) SOURCES+=$(replace_dirs_with_source $VLINT_DESIGN_SRCS) +SOURCES+=$(replace_dirs_with_source $VLINT_SIM_SRCS) # Separate the files by type and determine include directories to use V_FILES= |