mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +00:00
Merge pull request #911 from mmicko/gowin-nobram
Make nobram false by default for gowin
This commit is contained in:
commit
19fd411e77
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