aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.example
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2014-03-24 15:32:08 -0400
committerbryan newbold <bnewbold@leaflabs.com>2014-03-24 15:32:08 -0400
commit746e334cdf3f45cbcdfa0f5cc7c5974a77875224 (patch)
tree87f4c02ed79b3c1d0465c289f3d207344a1f7309 /Makefile.example
parent758fc78e0ef900c8207718c03e7d385d6ab3c0b4 (diff)
downloadbasic-hdl-template-746e334cdf3f45cbcdfa0f5cc7c5974a77875224.tar.gz
basic-hdl-template-746e334cdf3f45cbcdfa0f5cc7c5974a77875224.zip
lint: add color, recursive include, Xilinx primitives
All subdirectories below ./hdl are now added to the lint search path. %Error and %Warning get colorized. Xilinx Unisim primitives use empty template definitions; errors in this file are ignored using a verilator config file.
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.example b/Makefile.example
index 81bca85..41d7d76 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -93,6 +93,9 @@ xilinx_cores +=
### Edit this line to specify a non-empty file for use with your project.
bmm_file := contrib/empty.bmm
+### Extra project-specific arguments to linter
+#lint_extra := -Wno-ASSIGNDLY
+
### The bulk of the actual Xilinx-oriented build system is in a different file
include ./contrib/xilinx.mk