aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/synth_ecp5.cc
diff options
context:
space:
mode:
authorSergey <37293587+SergeyDegtyar@users.noreply.github.com>2019-08-29 21:09:40 +0300
committerGitHub <noreply@github.com>2019-08-29 21:09:40 +0300
commit5dda8f39a6b13610084d259e5490604380350eba (patch)
tree9dd6443a5da1b7a5364c832b0d2cac3ba098c9c3 /techlibs/ecp5/synth_ecp5.cc
parentd360693040dda29aba4ef2583e522c6ab88a4961 (diff)
parent14677610602ee18bcf1a41a0c54a626965e6bb06 (diff)
downloadyosys-5dda8f39a6b13610084d259e5490604380350eba.tar.gz
yosys-5dda8f39a6b13610084d259e5490604380350eba.tar.bz2
yosys-5dda8f39a6b13610084d259e5490604380350eba.zip
Merge pull request #2 from YosysHQ/master
Pull from upstream
Diffstat (limited to 'techlibs/ecp5/synth_ecp5.cc')
-rw-r--r--techlibs/ecp5/synth_ecp5.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/techlibs/ecp5/synth_ecp5.cc b/techlibs/ecp5/synth_ecp5.cc
index 143d1f95c..a8075e86e 100644
--- a/techlibs/ecp5/synth_ecp5.cc
+++ b/techlibs/ecp5/synth_ecp5.cc
@@ -271,6 +271,8 @@ struct SynthEcp5Pass : public ScriptPass
run("opt_expr -undriven -mux_undef");
run("simplemap");
run("ecp5_ffinit");
+ run("ecp5_gsr");
+ run("opt_clean");
}
if (check_label("map_luts"))