mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-20 04:43:40 +00:00
Merge pull request #3397 from pepijndevos/patch-2
Apicula now supports lutram
This commit is contained in:
commit
86a4ba1758
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,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;
|
nobram = true;
|
||||||
nolutram = true;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (args[argidx] == "-run" && argidx+1 < args.size()) {
|
if (args[argidx] == "-run" && argidx+1 < args.size()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue