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
commit 19fd411e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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