mirror of https://github.com/YosysHQ/yosys.git
Fix div_mod test
This commit is contained in:
parent
df6d0b95da
commit
68f9239c57
|
@ -11,7 +11,7 @@ select -assert-count 12 t:LUT4
|
||||||
select -assert-count 9 t:LUT5
|
select -assert-count 9 t:LUT5
|
||||||
select -assert-count 84 t:LUT6
|
select -assert-count 84 t:LUT6
|
||||||
select -assert-count 65 t:MUXCY
|
select -assert-count 65 t:MUXCY
|
||||||
select -assert-count 36 t:MUXF7
|
select -assert-count 39 t:MUXF7
|
||||||
select -assert-count 9 t:MUXF8
|
select -assert-count 9 t:MUXF8
|
||||||
select -assert-count 28 t:XORCY
|
select -assert-count 28 t:XORCY
|
||||||
select -assert-none t:LUT1 t:LUT2 t:LUT4 t:LUT5 t:LUT6 t:MUXCY t:MUXF7 t:MUXF8 t:XORCY %% t:* %D
|
select -assert-none t:LUT1 t:LUT2 t:LUT4 t:LUT5 t:LUT6 t:MUXCY t:MUXF7 t:MUXF8 t:XORCY %% t:* %D
|
||||||
|
|
Loading…
Reference in New Issue