mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-25 13:47:02 +00:00
Make nobram false by default for gowin
This commit is contained in:
parent
aaa2690a56
commit
df92e9bdc2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue