mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-08 02:15:20 +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:
parent
3b44e80d4b
commit
7b1a6706d8
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue