aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/coolrunner2/synth_coolrunner2.cc
diff options
context:
space:
mode:
authorRobert Ou <rqou@robertou.com>2017-08-29 14:56:02 -0700
committerAndrew Zonenberg <azonenberg@drawersteak.com>2017-09-01 07:21:39 -0700
commit7f08be430422c5fffc93cf0315e1894880b32b5b (patch)
treee13ebc2fe091e4f73c3d761a10f26bb7845fb081 /techlibs/coolrunner2/synth_coolrunner2.cc
parentac84f4782964e36d064e0a517ed041cdaf8cd1a4 (diff)
downloadyosys-7f08be430422c5fffc93cf0315e1894880b32b5b.tar.gz
yosys-7f08be430422c5fffc93cf0315e1894880b32b5b.tar.bz2
yosys-7f08be430422c5fffc93cf0315e1894880b32b5b.zip
coolrunner2: Fix mapping of flip-flops
Diffstat (limited to 'techlibs/coolrunner2/synth_coolrunner2.cc')
-rw-r--r--techlibs/coolrunner2/synth_coolrunner2.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/techlibs/coolrunner2/synth_coolrunner2.cc b/techlibs/coolrunner2/synth_coolrunner2.cc
index ae4b84335..fa7d9ac78 100644
--- a/techlibs/coolrunner2/synth_coolrunner2.cc
+++ b/techlibs/coolrunner2/synth_coolrunner2.cc
@@ -153,7 +153,6 @@ struct SynthCoolrunner2Pass : public ScriptPass
{
run("abc -sop -I 40 -P 56");
run("coolrunner2_sop");
- run("opt -fast");
}
if (check_label("map_cells"))