mirror of https://github.com/YosysHQ/yosys.git
Enable bram for Gowin
This commit is contained in:
parent
8614d9b32f
commit
f19c6b4415
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue