Make nobram false by default for gowin
authorMiodrag Milanovic <mmicko@gmail.com>
Tue, 2 Apr 2019 17:21:01 +0000 (19:21 +0200)
committerMiodrag Milanovic <mmicko@gmail.com>
Tue, 2 Apr 2019 17:21:01 +0000 (19:21 +0200)
techlibs/gowin/synth_gowin.cc

index 9a3fcdbb65d79fb1da06a60441c6494a812183e1..c7983bade8cc0d51aec17471649fbb8096de4d3f 100644 (file)
@@ -73,7 +73,7 @@ struct SynthGowinPass : public ScriptPass
                vout_file = "";
                retime = false;
                flatten = true;
-               nobram = true;
+               nobram = false;
        }
 
        void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE