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

Remove noalu from synth_gowin json output as Apicula now supports it

This commit is contained in:
Pepijn de Vos 2021-11-06 17:14:12 +01:00 committed by Marcelina Kościelnicka
parent 781cf13abd
commit a3eec687e0

View file

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