aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/gowin
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/gowin
parent313a425bd58f1bf0f7f48d86cf0a42a88a93c5dc (diff)
parent34d2fbd2f96a8789aa7eb655318308e11949eb7a (diff)
downloadyosys-665a967d879d4ed5af8d3518e6cd02afae244f97.tar.gz
yosys-665a967d879d4ed5af8d3518e6cd02afae244f97.tar.bz2
yosys-665a967d879d4ed5af8d3518e6cd02afae244f97.zip
Merge branch 'master' into master
Diffstat (limited to 'techlibs/gowin')
-rw-r--r--techlibs/gowin/synth_gowin.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/gowin/synth_gowin.cc b/techlibs/gowin/synth_gowin.cc
index c5b41b503..99dd3834b 100644
--- a/techlibs/gowin/synth_gowin.cc
+++ b/techlibs/gowin/synth_gowin.cc
@@ -246,6 +246,7 @@ struct SynthGowinPass : public ScriptPass
if (check_label("map_cells"))
{
run("techmap -map +/gowin/cells_map.v");
+ run("opt_lut_ins -tech gowin");
run("setundef -undriven -params -zero");
run("hilomap -singleton -hicell VCC V -locell GND G");
if (!noiopads || help_mode)