3
0
Fork 0
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:
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

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