diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-04-18 07:59:16 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-04-18 07:59:16 -0700 |
commit | 6008bb7002f874e5c748eaa2050e7b6c17b32745 (patch) | |
tree | 144826f52008c12014157b186b3aa0f057c8d79b /techlibs/coolrunner2/synth_coolrunner2.cc | |
parent | 0642baabbceaf4e34ae03c47136ed987b976cdbb (diff) | |
download | yosys-6008bb7002f874e5c748eaa2050e7b6c17b32745.tar.gz yosys-6008bb7002f874e5c748eaa2050e7b6c17b32745.tar.bz2 yosys-6008bb7002f874e5c748eaa2050e7b6c17b32745.zip |
Revert "synth_* with -retime option now calls abc with -D 1 as well"
This reverts commit 9a6da9a79a22e984ee3eec02caa230b66f10e11a.
Diffstat (limited to 'techlibs/coolrunner2/synth_coolrunner2.cc')
-rw-r--r-- | techlibs/coolrunner2/synth_coolrunner2.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/coolrunner2/synth_coolrunner2.cc b/techlibs/coolrunner2/synth_coolrunner2.cc index fa4fe0f5b..21bbcaef4 100644 --- a/techlibs/coolrunner2/synth_coolrunner2.cc +++ b/techlibs/coolrunner2/synth_coolrunner2.cc @@ -161,7 +161,7 @@ struct SynthCoolrunner2Pass : public ScriptPass if (check_label("map_pla")) { - run("abc -sop -I 40 -P 56" + string(retime ? " -dff -D 1" : "")); + run("abc -sop -I 40 -P 56"); run("clean"); } |