3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00

Merge pull request #3397 from pepijndevos/patch-2

Apicula now supports lutram
This commit is contained in:
Miodrag Milanović 2022-07-06 09:50:52 +02:00 committed by GitHub
commit 86a4ba1758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()) {