3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +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

@ -199,7 +199,7 @@ struct SynthIntelALMPass : public ScriptPass {
}
if (check_label("map_ffs")) {
run("dff2dffe -direct-match $_DFF_*");
run("dff2dffe");
// As mentioned in common/dff_sim.v, Intel flops power up to zero,
// so use `zinit` to add inverters where needed.
run("zinit");