aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-11-12 10:44:27 -0500
committerbryan newbold <bnewbold@leaflabs.com>2013-11-12 10:44:27 -0500
commit79815d744079daadb5a3808b03ed4d45ffa76365 (patch)
tree1b4ff11d0b21bce21191de854326fd25d5794b9d
parentaf94c066b7d5c93d98c7938954e4ef1409a71d13 (diff)
downloadbasic-hdl-template-79815d744079daadb5a3808b03ed4d45ffa76365.tar.gz
basic-hdl-template-79815d744079daadb5a3808b03ed4d45ffa76365.zip
minor cleanup of lint target
-rw-r--r--contrib/xilinx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk
index 4fde6c9..ec7af12 100644
--- a/contrib/xilinx.mk
+++ b/contrib/xilinx.mk
@@ -286,7 +286,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 -Wno-DECLFILENAME hdl/$(top_module)_$(board)
+ verilator --lint-only -I./hdl -I./cores -Wall -Wno-DECLFILENAME hdl/$(top_module)_$(board) || true
clean: clean_synth clean_sim
rm -rf iseconfig