aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2022-07-06 09:50:52 +0200
committerGitHub <noreply@github.com>2022-07-06 09:50:52 +0200
commit86a4ba17580ec203a5b299c75a4c3f7098ecfdaa (patch)
tree41375b7254ff3063e3a8b3b1325ca57514da5a43 /techlibs
parent086c2f322479a71f24a9b28bbdc258c895a98b5b (diff)
parentde07eb11c196110cf7a3df4678f815751a874c05 (diff)
downloadyosys-86a4ba17580ec203a5b299c75a4c3f7098ecfdaa.tar.gz
yosys-86a4ba17580ec203a5b299c75a4c3f7098ecfdaa.tar.bz2
yosys-86a4ba17580ec203a5b299c75a4c3f7098ecfdaa.zip
Merge pull request #3397 from pepijndevos/patch-2
Apicula now supports lutram
Diffstat (limited to 'techlibs')
-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()) {