aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-03-19 14:33:50 +0100
committerClifford Wolf <clifford@clifford.at>2019-03-19 14:33:50 +0100
commitf48f5fe9704fd34bf3de39dbced427ea2e2d8895 (patch)
treec642bdf7bf5bad1140cb7df6b7fd1048c2339ae5 /Makefile
parent6d145b708d5dfa4caa3445bc599927cebc3291d8 (diff)
downloadpicorv32-f48f5fe9704fd34bf3de39dbced427ea2e2d8895.tar.gz
picorv32-f48f5fe9704fd34bf3de39dbced427ea2e2d8895.zip
Add Verilator version infos
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2b019e..a005920 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ testbench_synth.vvp: testbench.v synth.v
iverilog -o $@ -DSYNTH_TEST $^
chmod -x $@
-testbench_verilator: testbench.v picorv32.v
+testbench_verilator: testbench.v picorv32.v testbench.cc
verilator --cc --exe -Wno-lint -trace --top-module picorv32_wrapper testbench.v picorv32.v testbench.cc \
$(subst C,-DCOMPRESSED_ISA,$(COMPRESSED_ISA)) --Mdir testbench_verilator_dir
$(MAKE) -C testbench_verilator_dir -f Vpicorv32_wrapper.mk