mirror of https://github.com/YosysHQ/yosys.git
Make nobram false by default for gowin
This commit is contained in:
parent
aaa2690a56
commit
df92e9bdc2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue