diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2022-07-06 09:50:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 09:50:52 +0200 |
commit | 86a4ba17580ec203a5b299c75a4c3f7098ecfdaa (patch) | |
tree | 41375b7254ff3063e3a8b3b1325ca57514da5a43 | |
parent | 086c2f322479a71f24a9b28bbdc258c895a98b5b (diff) | |
parent | de07eb11c196110cf7a3df4678f815751a874c05 (diff) | |
download | yosys-86a4ba17580ec203a5b299c75a4c3f7098ecfdaa.tar.gz yosys-86a4ba17580ec203a5b299c75a4c3f7098ecfdaa.tar.bz2 yosys-86a4ba17580ec203a5b299c75a4c3f7098ecfdaa.zip |
Merge pull request #3397 from pepijndevos/patch-2
Apicula now supports lutram
-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 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()) { |