aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/gowin/synth_gowin.cc
diff options
context:
space:
mode:
authorPepijn de Vos <pepijndevos@gmail.com>2021-11-06 16:09:30 +0100
committerGitHub <noreply@github.com>2021-11-06 16:09:30 +0100
commit0c7461fe5e7ff8deacf4a16fa0e67e6666a17441 (patch)
treeb367bdcf186bbe7fda694c38eb7640ff31637c00 /techlibs/gowin/synth_gowin.cc
parent8f08908d8debd467c0c8c7c28ba37b2296355fcf (diff)
downloadyosys-0c7461fe5e7ff8deacf4a16fa0e67e6666a17441.tar.gz
yosys-0c7461fe5e7ff8deacf4a16fa0e67e6666a17441.tar.bz2
yosys-0c7461fe5e7ff8deacf4a16fa0e67e6666a17441.zip
gowin: widelut support (#3042)
Diffstat (limited to 'techlibs/gowin/synth_gowin.cc')
-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 087f6b8cf..f35a7af4d 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;
- nowidelut = true;
noalu = true;
continue;
}