aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-10-06 18:15:47 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-10-06 18:15:47 -0400
commitcd9f42590ce356b868bac76d141300cef085485e (patch)
treecefecfa00df0d45e59395ccb1bf8d8ee73cd29f6 /contrib
parenta53c47f87bf6ca67fd6ce45865dc325a4216993a (diff)
downloadbasic-hdl-template-cd9f42590ce356b868bac76d141300cef085485e.tar.gz
basic-hdl-template-cd9f42590ce356b868bac76d141300cef085485e.zip
linting: ignore module/filename equivalence
Diffstat (limited to 'contrib')
-rw-r--r--contrib/xilinx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk
index e8ed403..a0a4a3c 100644
--- a/contrib/xilinx.mk
+++ b/contrib/xilinx.mk
@@ -269,7 +269,7 @@ final_timing: build/$(project)_post_par.twr
@bash -c "$(xil_env); timingan -ucf ../$(board).ucf $(project)_par.ncd $(project).pcf $(project)_post_par.twx &"
lint:
- verilator --lint-only -Wall -I./hdl -I./cores -Wall $(top_module)
+ verilator --lint-only -Wall -I./hdl -I./cores -Wall -Wno-DECLFILENAME hdl/$(top_module)_$(board)
clean: clean_synth clean_sim
rm -rf iseconfig