mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-24 18:31:29 +00:00
Added smtbmc.py
This commit is contained in:
parent
3a22b31bda
commit
29160525aa
4 changed files with 409 additions and 0 deletions
3
backends/smt2/example.ys
Normal file
3
backends/smt2/example.ys
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue