diff options
author | Pepijn de Vos <pepijndevos@gmail.com> | 2022-07-03 12:45:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 12:45:03 +0200 |
commit | de07eb11c196110cf7a3df4678f815751a874c05 (patch) | |
tree | 06e6a6b285a0c4b85c6d3e7b30997c0c55b3d64a /techlibs | |
parent | c39bade1a75efd166e3db1d4c30ca1dbf8d39e1b (diff) | |
download | yosys-de07eb11c196110cf7a3df4678f815751a874c05.tar.gz yosys-de07eb11c196110cf7a3df4678f815751a874c05.tar.bz2 yosys-de07eb11c196110cf7a3df4678f815751a874c05.zip |
Apicula now supports lutram
Diffstat (limited to 'techlibs')
-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()) { |