aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 829e2d5..ecf3c80 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,8 @@ view: testbench.vcd
gtkwave $< testbench.gtkw
check: check.smt2
- # yosys-smtbmc -m picorv32 check.smt2
- yosys-smtbmc -m picorv32 -t 10 -c check.vcd -i check.smt2
+ yosys-smtbmc -t 30 -c check.vcd check.smt2
+ yosys-smtbmc -t 30 -c check.vcd -i check.smt2
check.smt2: picorv32.v
yosys -v2 -p 'read_verilog -formal picorv32.v' \