mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Update test with more accurate LUT mask
This commit is contained in:
parent
e9bdc86c0e
commit
41243a53b3
|
@ -19,6 +19,6 @@ hierarchy -top abc9_test028
|
||||||
proc
|
proc
|
||||||
|
|
||||||
abc9 -lut 4
|
abc9 -lut 4
|
||||||
select -assert-count 1 t:$lut r:LUT=1 r:WIDTH=1 %i %i
|
select -assert-count 1 t:$lut r:LUT=2'b01 r:WIDTH=1 %i %i
|
||||||
select -assert-count 1 t:unknown
|
select -assert-count 1 t:unknown
|
||||||
select -assert-none t:$lut t:unknown %% t: %D
|
select -assert-none t:$lut t:unknown %% t: %D
|
||||||
|
|
Loading…
Reference in a new issue