aboutsummaryrefslogtreecommitdiffstats
path: root/examples/smtbmc/glift/mux2.ys
diff options
context:
space:
mode:
authorAlberto Gonzalez <boqwxp@airmail.cc>2020-06-09 22:56:57 +0000
committerAlberto Gonzalez <boqwxp@airmail.cc>2020-07-01 19:51:46 +0000
commitbc207d5426c5c41e103ca54dbb31cab573d66df2 (patch)
treeff484f4e3f418b35edab64ee6a0b23c8a4c9cc71 /examples/smtbmc/glift/mux2.ys
parentddfb9f08e20557ab434017a053f14067992b0ea9 (diff)
downloadyosys-bc207d5426c5c41e103ca54dbb31cab573d66df2.tar.gz
yosys-bc207d5426c5c41e103ca54dbb31cab573d66df2.tar.bz2
yosys-bc207d5426c5c41e103ca54dbb31cab573d66df2.zip
glift: Change command names to better represent their functions.
Diffstat (limited to 'examples/smtbmc/glift/mux2.ys')
-rw-r--r--examples/smtbmc/glift/mux2.ys6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/smtbmc/glift/mux2.ys b/examples/smtbmc/glift/mux2.ys
index c6670d741..a8e99912b 100644
--- a/examples/smtbmc/glift/mux2.ys
+++ b/examples/smtbmc/glift/mux2.ys
@@ -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