From 6fde50c9dd78be8662f7e84833d5c696b087ab9a Mon Sep 17 00:00:00 2001
From: Paul Selkirk <paul@psgd.org>
Date: Thu, 18 Jun 2015 13:46:16 -0400
Subject: add support for verilator linting

---
 eim/build/Makefile | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'eim/build')

diff --git a/eim/build/Makefile b/eim/build/Makefile
index 7bb4ffd..5fd3f2a 100644
--- a/eim/build/Makefile
+++ b/eim/build/Makefile
@@ -69,3 +69,6 @@ vfiles = \
 	../../../../math/modexp/src/rtl/shr32.v
 
 include xilinx.mk
+
+lint:
+	verilator --lint-only --top-module novena_top -Wall -Wno-fatal -Wno-DECLFILENAME $(vfiles) ../../common/rtl/lint-dummy.v
-- 
cgit v1.2.3