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
1 changed files with 1 additions and 0 deletions

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");
}