diff options
author | Rodrigo A. Melo <rmelo@inti.gob.ar> | 2020-02-03 11:07:51 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-03 11:07:51 -0300 |
commit | 665a967d879d4ed5af8d3518e6cd02afae244f97 (patch) | |
tree | 666525ed070696a2274e505b662d63def645a0d3 /techlibs/ecp5/synth_ecp5.cc | |
parent | 313a425bd58f1bf0f7f48d86cf0a42a88a93c5dc (diff) | |
parent | 34d2fbd2f96a8789aa7eb655318308e11949eb7a (diff) | |
download | yosys-665a967d879d4ed5af8d3518e6cd02afae244f97.tar.gz yosys-665a967d879d4ed5af8d3518e6cd02afae244f97.tar.bz2 yosys-665a967d879d4ed5af8d3518e6cd02afae244f97.zip |
Merge branch 'master' into master
Diffstat (limited to 'techlibs/ecp5/synth_ecp5.cc')
-rw-r--r-- | techlibs/ecp5/synth_ecp5.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/ecp5/synth_ecp5.cc b/techlibs/ecp5/synth_ecp5.cc index 6583f43fd..bce20f604 100644 --- a/techlibs/ecp5/synth_ecp5.cc +++ b/techlibs/ecp5/synth_ecp5.cc @@ -343,6 +343,7 @@ struct SynthEcp5Pass : public ScriptPass else run("techmap -map +/ecp5/cells_map.v", "(with -D NO_LUT in vpr mode)"); + run("opt_lut_ins -tech ecp5"); run("clean"); } |