3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-19 10:23:37 +00:00

intel_alm: rebless LUT counts

This commit is contained in:
Emil J. Tywoniak 2026-04-09 13:31:06 +02:00
parent 2d82ba7c6e
commit f0943e7e11

View file

@ -7,6 +7,6 @@ cd top # Constrain all select calls below inside the top module
select -assert-count 1 t:MISTRAL_NOT
select -assert-count 6 t:MISTRAL_ALUT2
select -assert-count 2 t:MISTRAL_ALUT4
select -assert-none t:MISTRAL_NOT t:MISTRAL_ALUT2 t:MISTRAL_ALUT4 %% t:* %D
select -assert-count 2 t:MISTRAL_ALUT3
select -assert-none t:MISTRAL_NOT t:MISTRAL_ALUT2 t:MISTRAL_ALUT3 %% t:* %D