aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-09-13 19:34:14 +0200
committerClifford Wolf <clifford@clifford.at>2016-09-13 19:34:14 +0200
commit5bea3f99171812bc6758d8fe846312afee709c75 (patch)
tree8447a23db1dc82a58215b4896ed54871cb97555f /Makefile
parent702ce0eb7934525739c3b7eeaedb2b41d86e4000 (diff)
downloadpicorv32-5bea3f99171812bc6758d8fe846312afee709c75.tar.gz
picorv32-5bea3f99171812bc6758d8fe846312afee709c75.zip
Added more asserts for the memory interface
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c03792f..803605c 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ check: check-yices
check-%: check.smt2
yosys-smtbmc -s $(subst check-,,$@) -t 30 --dump-vcd check.vcd check.smt2
- yosys-smtbmc -s $(subst check-,,$@) -t 20 --dump-vcd check.vcd -i check.smt2
+ yosys-smtbmc -s $(subst check-,,$@) -t 25 --dump-vcd check.vcd -i check.smt2
check.smt2: picorv32.v
yosys -v2 -p 'read_verilog -formal picorv32.v' \