aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/coolrunner2/synth_coolrunner2.cc
diff options
context:
space:
mode:
authorClaire Wolf <clifford@clifford.at>2020-02-27 19:03:59 +0100
committerGitHub <noreply@github.com>2020-02-27 19:03:59 +0100
commit47228feb7741aeead951891063670dc46af36dc7 (patch)
tree77ffd53ddb77655a0637cf1b25da97520d2937c3 /techlibs/coolrunner2/synth_coolrunner2.cc
parent62ab100c611071a41de5ff1ab0bd482b9c7bcc82 (diff)
parent6a0682f5a0148949beacad0eb93ec5b754bf29cd (diff)
downloadyosys-47228feb7741aeead951891063670dc46af36dc7.tar.gz
yosys-47228feb7741aeead951891063670dc46af36dc7.tar.bz2
yosys-47228feb7741aeead951891063670dc46af36dc7.zip
Merge pull request #1708 from rqou/coolrunner2-buf-fix
coolrunner2: Separate and improve buffer cell insertion pass
Diffstat (limited to 'techlibs/coolrunner2/synth_coolrunner2.cc')
-rw-r--r--techlibs/coolrunner2/synth_coolrunner2.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/coolrunner2/synth_coolrunner2.cc b/techlibs/coolrunner2/synth_coolrunner2.cc
index 3bac8623d..b30b3775b 100644
--- a/techlibs/coolrunner2/synth_coolrunner2.cc
+++ b/techlibs/coolrunner2/synth_coolrunner2.cc
@@ -178,6 +178,7 @@ struct SynthCoolrunner2Pass : public ScriptPass
run("iopadmap -bits -inpad IBUF O:I -outpad IOBUFE I:IO -inoutpad IOBUFE O:IO -toutpad IOBUFE E:I:IO -tinoutpad IOBUFE E:O:I:IO");
run("attrmvcp -attr src -attr LOC t:IOBUFE n:*");
run("attrmvcp -attr src -attr LOC -driven t:IBUF n:*");
+ run("coolrunner2_fixup");
run("splitnets");
run("clean");
}