mirror of https://github.com/YosysHQ/yosys.git
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
|
||||
|
||||
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-none t:$lut t:unknown %% t: %D
|
||||
|
|
Loading…
Reference in New Issue