aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPepijn de Vos <pepijndevos@gmail.com>2021-11-06 17:14:12 +0100
committerMarcelina Koƛcielnicka <mwk@0x04.net>2021-11-07 03:04:21 +0100
commita3eec687e042679b1a55d8bfdb55484acba81525 (patch)
treefda324fee74866555a576acea2c8db7703617d21
parent781cf13abdb3cbfde1240f2bf305fe84da264101 (diff)
downloadyosys-a3eec687e042679b1a55d8bfdb55484acba81525.tar.gz
yosys-a3eec687e042679b1a55d8bfdb55484acba81525.tar.bz2
yosys-a3eec687e042679b1a55d8bfdb55484acba81525.zip
Remove noalu from synth_gowin json output as Apicula now supports it
-rw-r--r--techlibs/gowin/synth_gowin.cc1
1 files changed, 0 insertions, 1 deletions
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()) {