diff options
author | R. Ou <rqou@robertou.com> | 2020-03-01 06:54:07 -0800 |
---|---|---|
committer | R. Ou <rqou@robertou.com> | 2020-03-01 16:56:21 -0800 |
commit | a6aeee4e1a41aa71d08ebac48686001ec050f973 (patch) | |
tree | 9c091fe0a81f344f10d5cd046c5d16ed5b1f6682 /techlibs/coolrunner2/synth_coolrunner2.cc | |
parent | 69c2d3848a3fb51887452cc52877db9d95965f11 (diff) | |
download | yosys-a6aeee4e1a41aa71d08ebac48686001ec050f973.tar.gz yosys-a6aeee4e1a41aa71d08ebac48686001ec050f973.tar.bz2 yosys-a6aeee4e1a41aa71d08ebac48686001ec050f973.zip |
coolrunner2: Insert many more required feedthrough cells
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 d940e5ac7..d5eeaf547 100644 --- a/techlibs/coolrunner2/synth_coolrunner2.cc +++ b/techlibs/coolrunner2/synth_coolrunner2.cc @@ -178,6 +178,7 @@ struct SynthCoolrunner2Pass : public ScriptPass run("dffinit -ff LDCP Q INIT"); run("dffinit -ff LDCP_N Q INIT"); run("coolrunner2_sop"); + run("clean"); 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:*"); |