aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-12-15 12:51:31 +0100
committerClifford Wolf <clifford@clifford.at>2016-12-15 13:11:26 +0100
commit0bea8428f342a455c5ca720cbac02be111da7120 (patch)
tree7c6a70312c6905117f16a20321d1c4aafc0a1748 /Makefile
parentca5702c75f50c2aba17d1495039fdcbab13f8987 (diff)
downloadpicorv32-0bea8428f342a455c5ca720cbac02be111da7120.tar.gz
picorv32-0bea8428f342a455c5ca720cbac02be111da7120.zip
Suppress iverilog warnings re parameters in "make test_synth"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1e3c66..4402ae9 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ testbench_sp.vvp: testbench.v picorv32.v
chmod -x testbench_sp.vvp
testbench_synth.vvp: testbench.v synth.v
- iverilog -o testbench_synth.vvp testbench.v synth.v
+ iverilog -o testbench_synth.vvp -DSYNTH_TEST testbench.v synth.v
chmod -x testbench_synth.vvp
synth.v: picorv32.v scripts/yosys/synth_sim.ys