mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-21 05:13:40 +00:00
Improved sat generator and sat_solve pass
This commit is contained in:
parent
46fbe9d262
commit
56b593b91c
6 changed files with 57 additions and 15 deletions
|
@ -1,3 +1,3 @@
|
|||
read_verilog example.v
|
||||
techmap; opt
|
||||
techmap; opt; abc; opt
|
||||
sat_solve -show a -set y 1'b1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue