projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2eee9e
)
Oops
author
Eddie Hung
<eddie@fpgeh.com>
Sat, 14 Sep 2019 01:19:07 +0000
(18:19 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Sat, 14 Sep 2019 01:19:07 +0000
(18:19 -0700)
tests/various/peepopt.ys
patch
|
blob
|
history
diff --git
a/tests/various/peepopt.ys
b/tests/various/peepopt.ys
index 7c1c3b5bc03f95575039db497bb37287003c1841..6bca62e2b0671488e407b8211946f009bcc6f88b 100644
(file)
--- a/
tests/various/peepopt.ys
+++ b/
tests/various/peepopt.ys
@@
-47,10
+47,10
@@
design -import gate -as gate peepopt_shiftmul_2
miter -equiv -make_assert -make_outputs -ignore_gold_x -flatten gold gate miter
sat -show-public -enable_undef -prove-asserts miter
+cd gate
select -assert-count 1 t:$shr
select -assert-count 1 t:$mul
select -assert-count 0 t:$shr t:$mul %% t:* %D
-exit
####################