aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/synth_ecp5.cc
diff options
context:
space:
mode:
authorRodrigo A. Melo <rmelo@inti.gob.ar>2020-02-03 11:07:51 -0300
committerGitHub <noreply@github.com>2020-02-03 11:07:51 -0300
commit665a967d879d4ed5af8d3518e6cd02afae244f97 (patch)
tree666525ed070696a2274e505b662d63def645a0d3 /techlibs/ecp5/synth_ecp5.cc
parent313a425bd58f1bf0f7f48d86cf0a42a88a93c5dc (diff)
parent34d2fbd2f96a8789aa7eb655318308e11949eb7a (diff)
downloadyosys-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.cc1
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");
}