From 746e334cdf3f45cbcdfa0f5cc7c5974a77875224 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Mon, 24 Mar 2014 15:32:08 -0400 Subject: 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. --- Makefile.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.example') 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 -- cgit v1.2.3