mirror of https://github.com/YosysHQ/yosys.git
tests: adjust to input_port and init behavior (sketchy)
This commit is contained in:
parent
d8520e20bc
commit
3faa9b46de
|
|
@ -8,12 +8,11 @@ copy gold fine
|
||||||
|
|
||||||
cd coarse
|
cd coarse
|
||||||
opt_expr
|
opt_expr
|
||||||
select -assert-none c:*
|
select -assert-none c:* t:$input_port %d
|
||||||
|
|
||||||
cd fine
|
cd fine
|
||||||
opt_expr
|
opt_expr
|
||||||
select -assert-none c:*
|
select -assert-none c:* t:$input_port %d
|
||||||
|
|
||||||
cd
|
cd
|
||||||
miter -equiv -flatten -make_assert -make_outputs coarse fine miter
|
miter -equiv -flatten -make_assert -make_outputs coarse fine miter
|
||||||
sat -verify -prove-asserts -show-ports miter
|
sat -verify -prove-asserts -show-ports miter
|
||||||
|
|
|
||||||
|
|
@ -19,4 +19,4 @@ EOT
|
||||||
synth
|
synth
|
||||||
check -assert -initdrv
|
check -assert -initdrv
|
||||||
|
|
||||||
select -assert-count 1 a:init=2'b0x
|
select -assert-count 1 a:init=1'b0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue