1
0
mirror of synced 2026-02-12 03:07:07 +00:00

Merge pull request #911 from mmicko/gowin-nobram

Make nobram false by default for gowin
This commit is contained in:
Clifford Wolf
2019-04-22 08:58:09 +02:00
committed by GitHub

View File

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