3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

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

View file

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