From: Pepijn de Vos Date: Sat, 6 Nov 2021 16:14:12 +0000 (+0100) Subject: Remove noalu from synth_gowin json output as Apicula now supports it X-Git-Tag: yosys-0.12~48 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a3eec687e042679b1a55d8bfdb55484acba81525;p=yosys.git Remove noalu from synth_gowin json output as Apicula now supports it --- 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()) {