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:
parent
ddfb9f08e2
commit
bc207d5426
10 changed files with 49 additions and 49 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue