3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-09 04:31:25 +00:00

glift: Change command names to better represent their functions.

This commit is contained in:
Alberto Gonzalez 2020-06-09 22:56:57 +00:00
parent ddfb9f08e2
commit bc207d5426
No known key found for this signature in database
GPG key ID: 8395A8BA109708B2
10 changed files with 49 additions and 49 deletions

View file

@ -2,7 +2,7 @@ read_verilog C880.v
techmap
flatten
select C880_lev2
glift -create-sketch
glift -create-instrumented-model
techmap
opt
rename C880_lev2 uut
@ -12,7 +12,7 @@ read_verilog C880.v
techmap
flatten
select C880_lev2
glift -create-precise
glift -create-precise-model
techmap
opt
rename C880_lev2 spec
@ -30,7 +30,7 @@ abc -script +print_stats;strash;print_stats;drwsat;print_stats;print_stats;fraig
techmap
opt
stat
qbfsat -dump-final-smt2 /tmp/test.smt2 -write-solution C880.soln -show-smtbmc -solver yices -timeout 3600 -nocleanup -assume-outputs -assume-negative-polarity -specialize miter
qbfsat -dump-final-smt2 /tmp/test.smt2 -write-solution C880.soln -solver yices -timeout 3600 -nocleanup -assume-outputs -assume-negative-polarity -specialize miter
design -pop
stat