mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 19:36:21 +00:00
tests: adjust to input_port and init behavior (sketchy)
This commit is contained in:
parent
dcc4cbea2f
commit
28013eccbc
2 changed files with 3 additions and 4 deletions
|
|
@ -8,12 +8,11 @@ copy gold fine
|
|||
|
||||
cd coarse
|
||||
opt_expr
|
||||
select -assert-none c:*
|
||||
select -assert-none c:* t:$input_port %d
|
||||
|
||||
cd fine
|
||||
opt_expr
|
||||
select -assert-none c:*
|
||||
|
||||
select -assert-none c:* t:$input_port %d
|
||||
cd
|
||||
miter -equiv -flatten -make_assert -make_outputs coarse fine miter
|
||||
sat -verify -prove-asserts -show-ports miter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue