mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-03 00:28:08 +00:00
intel_alm: fix DFFE matching
This commit is contained in:
parent
8a4841d786
commit
8b4eb78849
3 changed files with 5 additions and 5 deletions
|
@ -13,6 +13,7 @@ cd fsm # Constrain all select calls below inside the top module
|
|||
|
||||
select -assert-count 6 t:MISTRAL_FF
|
||||
select -assert-max 2 t:MISTRAL_ALUT2 # Clang returns 2, GCC returns 1
|
||||
select -assert-count 1 t:MISTRAL_ALUT3
|
||||
select -assert-count 5 t:MISTRAL_ALUT5
|
||||
select -assert-count 1 t:MISTRAL_ALUT6
|
||||
select -assert-none t:MISTRAL_FF t:MISTRAL_ALUT2 t:MISTRAL_ALUT5 t:MISTRAL_ALUT6 %% t:* %D
|
||||
select -assert-count 2 t:MISTRAL_ALUT6
|
||||
select -assert-none t:MISTRAL_FF t:MISTRAL_ALUT2 t:MISTRAL_ALUT3 t:MISTRAL_ALUT5 t:MISTRAL_ALUT6 %% t:* %D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue