diff options
author | Paul Selkirk <paul@psgd.org> | 2015-07-18 06:06:55 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-07-18 06:06:55 -0400 |
commit | 5f1de63e3bc6043ee10683a2c9fd8a7c03a3983a (patch) | |
tree | f7b1611cc511799bc8148dc95128e18b6b06a958 /eim | |
parent | f5cfe0b5d45f627877d8829b25f9ff637749cf97 (diff) |
update lint for new ipcore modules
Diffstat (limited to 'eim')
-rw-r--r-- | eim/build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eim/build/Makefile b/eim/build/Makefile index 59f792f..6b251f2 100644 --- a/eim/build/Makefile +++ b/eim/build/Makefile @@ -71,4 +71,4 @@ vfiles = \ include xilinx.mk lint: - verilator --lint-only --top-module novena_top -Wall -Wno-fatal -Wno-DECLFILENAME $(vfiles) ../../../../math/modexps6/src/rtl/ipcore/multiplier_s6.v ../../../../math/modexps6/src/rtl/ipcore/subtractor_s6..v ../../common/rtl/lint-dummy.v + verilator --lint-only --top-module novena_top -Wall -Wno-fatal -Wno-DECLFILENAME $(vfiles) ../../common/rtl/lint-dummy.v |