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 = "";
|
vout_file = "";
|
||||||
retime = false;
|
retime = false;
|
||||||
flatten = true;
|
flatten = true;
|
||||||
nobram = true;
|
nobram = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
|
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
|
||||||
|
|
Loading…
Reference in New Issue