diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2019-04-02 19:21:01 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-04-02 19:21:01 +0200 |
commit | df92e9bdc23432847866e5b1101495e3424121e0 (patch) | |
tree | a8889c071f5edeae4dcb6f399cc7c78f01d5529c /techlibs/gowin/synth_gowin.cc | |
parent | aaa2690a56a5b8210c163c0c63d95f9577038b2d (diff) | |
download | yosys-df92e9bdc23432847866e5b1101495e3424121e0.tar.gz yosys-df92e9bdc23432847866e5b1101495e3424121e0.tar.bz2 yosys-df92e9bdc23432847866e5b1101495e3424121e0.zip |
Make nobram false by default for gowin
Diffstat (limited to 'techlibs/gowin/synth_gowin.cc')
-rw-r--r-- | techlibs/gowin/synth_gowin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::string> args, RTLIL::Design *design) YS_OVERRIDE |