mirror of https://github.com/YosysHQ/yosys.git
Uncomment sat command in memory.ys test.
This commit is contained in:
parent
11f330ed22
commit
55fbc1a355
|
@ -7,8 +7,7 @@ memory
|
|||
opt -full
|
||||
|
||||
miter -equiv -flatten -make_assert -make_outputs gold gate miter
|
||||
#ERROR: Called with -verify and proof did fail!
|
||||
#sat -verify -prove-asserts -seq 5 -set-init-zero -show-inputs -show-outputs miter
|
||||
sat -verify -prove-asserts -seq 5 -set-init-zero -show-inputs -show-outputs miter
|
||||
|
||||
design -load postopt
|
||||
cd top
|
||||
|
|
Loading…
Reference in New Issue