3
0
Fork 0
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:
Alberto Gonzalez 2020-04-28 06:13:12 +00:00
parent ca3844d44e
commit ddfb9f08e2
No known key found for this signature in database
GPG key ID: 8395A8BA109708B2
10 changed files with 67 additions and 40 deletions

View file

@ -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