Make nobram false by default for gowin

This commit is contained in:
Miodrag Milanovic 2019-04-02 19:21:01 +02:00
parent aaa2690a56
commit df92e9bdc2
1 changed files with 1 additions and 1 deletions

View 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