Enable bram for Gowin

This commit is contained in:
Pepijn de Vos 2023-12-03 10:17:28 +01:00 committed by GitHub
parent 8614d9b32f
commit f19c6b4415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ struct SynthGowinPass : public ScriptPass
} }
if (args[argidx] == "-json" && argidx+1 < args.size()) { if (args[argidx] == "-json" && argidx+1 < args.size()) {
json_file = args[++argidx]; json_file = args[++argidx];
nobram = true;
continue; continue;
} }
if (args[argidx] == "-run" && argidx+1 < args.size()) { if (args[argidx] == "-run" && argidx+1 < args.size()) {