mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 19:21:23 +00:00
Added SAT generator and simple sat_solve command
This commit is contained in:
parent
3371563f2f
commit
46fbe9d262
7 changed files with 400 additions and 3 deletions
3
passes/sat/example.ys
Normal file
3
passes/sat/example.ys
Normal file
|
@ -0,0 +1,3 @@
|
|||
read_verilog example.v
|
||||
techmap; opt
|
||||
sat_solve -show a -set y 1'b1
|
Loading…
Add table
Add a link
Reference in a new issue