From a3eec687e042679b1a55d8bfdb55484acba81525 Mon Sep 17 00:00:00 2001 From: Pepijn de Vos Date: Sat, 6 Nov 2021 17:14:12 +0100 Subject: [PATCH] Remove noalu from synth_gowin json output as Apicula now supports it --- techlibs/gowin/synth_gowin.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/techlibs/gowin/synth_gowin.cc b/techlibs/gowin/synth_gowin.cc index f35a7af4d..cfc856deb 100644 --- a/techlibs/gowin/synth_gowin.cc +++ b/techlibs/gowin/synth_gowin.cc @@ -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()) { -- 2.30.2