3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 13:40:53 +00:00

intel_alm: fix DFFE matching

This commit is contained in:
Dan Ravensloft 2020-06-11 18:06:39 +01:00 committed by Marcelina Kościelnicka
parent 8a4841d786
commit 8b4eb78849
3 changed files with 5 additions and 5 deletions

View file

@ -17,6 +17,5 @@ equiv_opt -async2sync -assert -map +/intel_alm/common/alm_sim.v -map +/intel_alm
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
cd dffe # Constrain all select calls below inside the top module
select -assert-count 1 t:MISTRAL_FF
select -assert-count 1 t:MISTRAL_ALUT3
select -assert-none t:MISTRAL_FF t:MISTRAL_ALUT3 %% t:* %D
select -assert-none t:MISTRAL_FF %% t:* %D