mirror of https://github.com/YosysHQ/yosys.git
I think CI runs within the tests directory based on error so I changed the file path
This commit is contained in:
parent
5048dac854
commit
c23ba3f917
|
|
@ -20,7 +20,7 @@ sat -prove b 0
|
||||||
design -reset
|
design -reset
|
||||||
|
|
||||||
# Test that setundef -init respects cell selection: only selected FF gets init set
|
# Test that setundef -init respects cell selection: only selected FF gets init set
|
||||||
read_rtlil tests/various/setundef_selection_ff.il
|
read_rtlil setundef_selection_ff.il
|
||||||
setundef -init -zero c:myff_a
|
setundef -init -zero c:myff_a
|
||||||
# only wire a should have init attribute, not b
|
# only wire a should have init attribute, not b
|
||||||
select -assert-count 1 w:* a:init %i
|
select -assert-count 1 w:* a:init %i
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue