3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Use -match-init to not synth contradicting init values

This commit is contained in:
Pepijn de Vos 2019-12-03 15:12:25 +01:00
parent 72d03dc910
commit a3b25b4af8
2 changed files with 13 additions and 11 deletions

View file

@ -216,7 +216,7 @@ struct SynthGowinPass : public ScriptPass
if (check_label("map_ffs"))
{
run("dffsr2dff");
run("dff2dffs");
run("dff2dffs -match-init");
run("opt_clean");
if (!nodffe)
run("dff2dffe -direct-match $_DFF_* -direct-match $__DFFS_*");