mirror of https://github.com/YosysHQ/yosys.git
Apicula now supports lutram
This commit is contained in:
parent
c39bade1a7
commit
de07eb11c1
|
@ -131,7 +131,6 @@ struct SynthGowinPass : public ScriptPass
|
|||
if (args[argidx] == "-json" && argidx+1 < args.size()) {
|
||||
json_file = args[++argidx];
|
||||
nobram = true;
|
||||
nolutram = true;
|
||||
continue;
|
||||
}
|
||||
if (args[argidx] == "-run" && argidx+1 < args.size()) {
|
||||
|
|
Loading…
Reference in New Issue