projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b44e80
)
ecp5: Add attrmvcp to copy syn_useioff to driving FF
author
David Shah
<dave@ds0.me>
Thu, 10 Oct 2019 14:58:31 +0000
(15:58 +0100)
committer
David Shah
<dave@ds0.me>
Thu, 10 Oct 2019 14:58:31 +0000
(15:58 +0100)
Signed-off-by: David Shah <dave@ds0.me>
techlibs/ecp5/synth_ecp5.cc
patch
|
blob
|
history
diff --git
a/techlibs/ecp5/synth_ecp5.cc
b/techlibs/ecp5/synth_ecp5.cc
index 80aa1dbc5acd862885f2d878f644f09c922a03cb..a79dee31f553012189433acdea70779edc2b8089 100644
(file)
--- 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");
}