3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-23 16:04:37 +00:00

Various improvements in sat_solve pass and SAT generator

This commit is contained in:
Clifford Wolf 2013-06-08 14:11:50 +02:00
parent 99957a825f
commit 1434312fdd
4 changed files with 155 additions and 41 deletions

View file

@ -1,3 +1,5 @@
read_verilog example.v
techmap; opt; abc; opt
sat_solve -set y 1'b1
proc; opt_clean
sat_solve -set y 1'b1 example001
sat_solve -set y 1'b1 example002
sat_solve -set y 1'b1 example003