diff options
author | Claire Wolf <clifford@clifford.at> | 2020-02-27 19:03:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 19:03:59 +0100 |
commit | 47228feb7741aeead951891063670dc46af36dc7 (patch) | |
tree | 77ffd53ddb77655a0637cf1b25da97520d2937c3 /techlibs/coolrunner2/synth_coolrunner2.cc | |
parent | 62ab100c611071a41de5ff1ab0bd482b9c7bcc82 (diff) | |
parent | 6a0682f5a0148949beacad0eb93ec5b754bf29cd (diff) | |
download | yosys-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.cc | 1 |
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"); } |