3
0
Fork 0
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:
Miodrag Milanovic 2019-04-02 19:21:01 +02:00
parent aaa2690a56
commit df92e9bdc2

View file

@ -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