mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-19 17:50:26 +00:00
glift: Add -create-imprecise
command, rename other commands, and re-work the help text.
This commit is contained in:
parent
ca3844d44e
commit
ddfb9f08e2
10 changed files with 67 additions and 40 deletions
|
@ -18,18 +18,19 @@ module mux2(a, b, s, y);
|
|||
endmodule
|
||||
EOT
|
||||
techmap
|
||||
copy mux2 uut
|
||||
copy mux2 spec
|
||||
copy mux2 uut
|
||||
copy mux2 solved
|
||||
delete mux2
|
||||
glift -optimize-precise uut
|
||||
glift -create-precise spec
|
||||
glift -create-sketch uut
|
||||
glift -create-sketch -no-cost-model solved
|
||||
design -push-copy
|
||||
miter -equiv spec uut qbfmiter
|
||||
flatten
|
||||
delete spec uut
|
||||
delete spec uut solved
|
||||
qbfsat -assume-outputs -assume-negative-polarity -write-solution mux2.soln qbfmiter
|
||||
design -pop
|
||||
copy uut solved
|
||||
qbfsat -specialize-from-file mux2.soln solved
|
||||
opt
|
||||
miter -equiv spec solved proofmiter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue