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:
parent
8a4841d786
commit
8b4eb78849
3 changed files with 5 additions and 5 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue