projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44fc616
)
Restore wreduce to synth_xilinx, after muxcover
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 21 Jun 2019 23:18:29 +0000
(16:18 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 21 Jun 2019 23:18:29 +0000
(16:18 -0700)
techlibs/xilinx/synth_xilinx.cc
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/synth_xilinx.cc
b/techlibs/xilinx/synth_xilinx.cc
index 170b3fb07f29133f6c09be71eae2e21df497708f..174138e6a8c62412c7bdb54e291566e1db0fb5c1 100644
(file)
--- a/
techlibs/xilinx/synth_xilinx.cc
+++ b/
techlibs/xilinx/synth_xilinx.cc
@@
-279,6
+279,7
@@
struct SynthXilinxPass : public ScriptPass
// otherwise it will use mux8 as mux4
run("muxcover -mux4=150 -mux8=200 -mux16=250 -dmux=0", "(skip if -nomux)");
}
+ run("wreduce"); // FIXME: Moved until after muxcover from 'coarse'
run("opt -full");
if (!nosrl || help_mode) {