projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
781cf13
)
Remove noalu from synth_gowin json output as Apicula now supports it
author
Pepijn de Vos
<pepijndevos@gmail.com>
Sat, 6 Nov 2021 16:14:12 +0000
(17:14 +0100)
committer
Marcelina KoĆcielnicka
<mwk@0x04.net>
Sun, 7 Nov 2021 02:04:21 +0000
(
03:04
+0100)
techlibs/gowin/synth_gowin.cc
patch
|
blob
|
history
diff --git
a/techlibs/gowin/synth_gowin.cc
b/techlibs/gowin/synth_gowin.cc
index f35a7af4da01fa1480391019b2e1cb2749d1764f..cfc856deb23d6b0f7d8a0ee688a3a7a1bb996114 100644
(file)
--- 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;
- noalu = true;
continue;
}
if (args[argidx] == "-run" && argidx+1 < args.size()) {