aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/synth_ecp5.cc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-10-10 15:58:31 +0100
committerDavid Shah <dave@ds0.me>2019-10-10 15:58:31 +0100
commit7b1a6706d801773ec44d00bda0fd292c50fe39b7 (patch)
treeea34c34eec4953e346dbe47e8039225d0709a06b /techlibs/ecp5/synth_ecp5.cc
parent3b44e80d4babb57f4b7c5325f666f0731a4d878b (diff)
downloadyosys-7b1a6706d801773ec44d00bda0fd292c50fe39b7.tar.gz
yosys-7b1a6706d801773ec44d00bda0fd292c50fe39b7.tar.bz2
yosys-7b1a6706d801773ec44d00bda0fd292c50fe39b7.zip
ecp5: Add attrmvcp to copy syn_useioff to driving FF
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'techlibs/ecp5/synth_ecp5.cc')
-rw-r--r--techlibs/ecp5/synth_ecp5.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/ecp5/synth_ecp5.cc b/techlibs/ecp5/synth_ecp5.cc
index 80aa1dbc5..a79dee31f 100644
--- a/techlibs/ecp5/synth_ecp5.cc
+++ b/techlibs/ecp5/synth_ecp5.cc
@@ -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");
}