mirror of https://github.com/YosysHQ/yosys.git
opt_hier: fix test
This commit is contained in:
parent
d199195785
commit
2efd0247a1
|
|
@ -27,7 +27,7 @@ foreach fn [glob opt_hier_*.v] {
|
||||||
design -copy-from gate -as gate A:top
|
design -copy-from gate -as gate A:top
|
||||||
yosys rename -hide
|
yosys rename -hide
|
||||||
equiv_make gold gate equiv
|
equiv_make gold gate equiv
|
||||||
equiv_induct equiv
|
equiv_induct -ignore-unknown-cells equiv
|
||||||
equiv_status -assert equiv
|
equiv_status -assert equiv
|
||||||
|
|
||||||
log -pop
|
log -pop
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue