mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-29 22:40:12 +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
|
@ -22,9 +22,9 @@ copy mux2 spec
|
|||
copy mux2 uut
|
||||
copy mux2 solved
|
||||
delete mux2
|
||||
glift -create-precise spec
|
||||
glift -create-sketch uut
|
||||
glift -create-sketch -no-cost-model solved
|
||||
glift -create-precise-model spec
|
||||
glift -create-instrumented-model uut
|
||||
glift -create-instrumented-model -no-cost-model solved
|
||||
design -push-copy
|
||||
miter -equiv spec uut qbfmiter
|
||||
flatten
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue