Remove noalu from synth_gowin json output as Apicula now supports it
authorPepijn de Vos <pepijndevos@gmail.com>
Sat, 6 Nov 2021 16:14:12 +0000 (17:14 +0100)
committerMarcelina Koƛcielnicka <mwk@0x04.net>
Sun, 7 Nov 2021 02:04:21 +0000 (03:04 +0100)
techlibs/gowin/synth_gowin.cc

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