From: Clifford Wolf Date: Mon, 22 Apr 2019 07:09:27 +0000 (+0200) Subject: Merge branch 'master' of https://github.com/dh73/yosys_gowin into dh73-master X-Git-Tag: yosys-0.9~181^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=913659d644c9a74497a387a86326aeafc0a99216;p=yosys.git Merge branch 'master' of https://github.com/dh73/yosys_gowin into dh73-master --- 913659d644c9a74497a387a86326aeafc0a99216 diff --cc techlibs/gowin/synth_gowin.cc index c7983bade,8d5fed231..ac3dbfb29 --- a/techlibs/gowin/synth_gowin.cc +++ b/techlibs/gowin/synth_gowin.cc @@@ -74,6 -80,8 +80,8 @@@ struct SynthGowinPass : public ScriptPa retime = false; flatten = true; nobram = false; - nodffe = false; ++ nodffe = false; + nodram = false; } void execute(std::vector args, RTLIL::Design *design) YS_OVERRIDE