1
0
mirror of synced 2026-04-18 10:26:18 +00:00

ecp5: Add attrmvcp to copy syn_useioff to driving FF

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah
2019-10-10 15:58:31 +01:00
parent 3b44e80d4b
commit 7b1a6706d8

View File

@@ -297,6 +297,7 @@ struct SynthEcp5Pass : public ScriptPass
run("simplemap");
run("ecp5_ffinit");
run("ecp5_gsr");
run("attrmvcp -copy -attr syn_useioff");
run("opt_clean");
}