summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulian Blake Kongslie2021-03-29 12:36:51 -0700
committerJulian Blake Kongslie2021-03-29 12:36:51 -0700
commitf48faf6598701a9d843e7b8d46a7ddf1bbe790c9 (patch)
tree222fa343adafbc208c84224c9db99e3265ce69a0 /Makefile
parentVastly improve the edit-rebuild-debug cycle. (diff)
downloadnoncpu-f48faf6598701a9d843e7b8d46a7ddf1bbe790c9.tar.xz
Fix WIDTH warnings from verilator.
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24e2692..f4a0da8 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ sim: build/Vtop
9 9
10build/Vtop: $(SOURCES) $(COLLATERAL) 10build/Vtop: $(SOURCES) $(COLLATERAL)
11 @mkdir -p build 11 @mkdir -p build
12 verilator +1800-2017ext+sv -Wall -Wno-BLKSEQ -Wno-UNUSED -Wno-WIDTH -O3 -Ihdl $(OPTS) --Mdir build --trace --cc --build -j --exe --top-module top $(SOURCES) 12 verilator +1800-2017ext+sv -Wall -Wno-BLKSEQ -Wno-UNUSED -O3 -Ihdl $(OPTS) --Mdir build --trace --cc --build -j --exe --top-module top $(SOURCES)
13 13
14clean: 14clean:
15 rm -rf build 15 rm -rf build