diff options
author | Pepijn de Vos <pepijndevos@gmail.com> | 2021-11-06 17:14:12 +0100 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-11-07 03:04:21 +0100 |
commit | a3eec687e042679b1a55d8bfdb55484acba81525 (patch) | |
tree | fda324fee74866555a576acea2c8db7703617d21 /techlibs/gowin/synth_gowin.cc | |
parent | 781cf13abdb3cbfde1240f2bf305fe84da264101 (diff) | |
download | yosys-a3eec687e042679b1a55d8bfdb55484acba81525.tar.gz yosys-a3eec687e042679b1a55d8bfdb55484acba81525.tar.bz2 yosys-a3eec687e042679b1a55d8bfdb55484acba81525.zip |
Remove noalu from synth_gowin json output as Apicula now supports it
Diffstat (limited to 'techlibs/gowin/synth_gowin.cc')
-rw-r--r-- | techlibs/gowin/synth_gowin.cc | 1 |
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()) { |