From: Miodrag Milanovic Date: Tue, 2 Apr 2019 17:21:01 +0000 (+0200) Subject: Make nobram false by default for gowin X-Git-Tag: yosys-0.9~184^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=df92e9bdc23432847866e5b1101495e3424121e0;p=yosys.git Make nobram false by default for gowin --- diff --git a/techlibs/gowin/synth_gowin.cc b/techlibs/gowin/synth_gowin.cc index 9a3fcdbb6..c7983bade 100644 --- a/techlibs/gowin/synth_gowin.cc +++ b/techlibs/gowin/synth_gowin.cc @@ -73,7 +73,7 @@ struct SynthGowinPass : public ScriptPass vout_file = ""; retime = false; flatten = true; - nobram = true; + nobram = false; } void execute(std::vector args, RTLIL::Design *design) YS_OVERRIDE