3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-24 18:31:29 +00:00

Added smtbmc.py

This commit is contained in:
Clifford Wolf 2015-10-13 17:17:23 +02:00
parent 3a22b31bda
commit 29160525aa
4 changed files with 409 additions and 0 deletions

3
backends/smt2/example.ys Normal file
View file

@ -0,0 +1,3 @@
read_verilog -formal example.v
hierarchy; proc; opt; memory -nordff -nomap; opt -fast
write_smt2 -bv -mem -wires example.smt2