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/gowin | |
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/gowin')
-rw-r--r-- | techlibs/gowin/synth_gowin.cc | 1 |
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) |