aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/gowin/synth_gowin.cc
diff options
context:
space:
mode:
authorPepijn de Vos <pepijndevos@gmail.com>2022-07-03 12:45:03 +0200
committerGitHub <noreply@github.com>2022-07-03 12:45:03 +0200
commitde07eb11c196110cf7a3df4678f815751a874c05 (patch)
tree06e6a6b285a0c4b85c6d3e7b30997c0c55b3d64a /techlibs/gowin/synth_gowin.cc
parentc39bade1a75efd166e3db1d4c30ca1dbf8d39e1b (diff)
downloadyosys-de07eb11c196110cf7a3df4678f815751a874c05.tar.gz
yosys-de07eb11c196110cf7a3df4678f815751a874c05.tar.bz2
yosys-de07eb11c196110cf7a3df4678f815751a874c05.zip
Apicula now supports lutram
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 15a0c41e0..0dffdf498 100644
--- a/techlibs/gowin/synth_gowin.cc
+++ b/techlibs/gowin/synth_gowin.cc
@@ -131,7 +131,6 @@ struct SynthGowinPass : public ScriptPass
if (args[argidx] == "-json" && argidx+1 < args.size()) {
json_file = args[++argidx];
nobram = true;
- nolutram = true;
continue;
}
if (args[argidx] == "-run" && argidx+1 < args.size()) {