diff options
author | Sergey <37293587+SergeyDegtyar@users.noreply.github.com> | 2019-08-29 21:09:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-29 21:09:40 +0300 |
commit | 5dda8f39a6b13610084d259e5490604380350eba (patch) | |
tree | 9dd6443a5da1b7a5364c832b0d2cac3ba098c9c3 /techlibs/ecp5/synth_ecp5.cc | |
parent | d360693040dda29aba4ef2583e522c6ab88a4961 (diff) | |
parent | 14677610602ee18bcf1a41a0c54a626965e6bb06 (diff) | |
download | yosys-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.cc | 2 |
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")) |