projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
667199d
)
Fix spacing
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 9 Jul 2019 16:22:12 +0000
(09:22 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Tue, 9 Jul 2019 16:22:12 +0000
(09:22 -0700)
techlibs/xilinx/synth_xilinx.cc
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/synth_xilinx.cc
b/techlibs/xilinx/synth_xilinx.cc
index abdf7f9cc478c1f73d44fb06a0a96b51082d917a..2a77ce39740a8e0d2a05ae8dc404b2b68468e3e3 100644
(file)
--- a/
techlibs/xilinx/synth_xilinx.cc
+++ b/
techlibs/xilinx/synth_xilinx.cc
@@
-270,7
+270,7
@@
struct SynthXilinxPass : public ScriptPass
}
if (check_label("fine")) {
- if (widemux > 0)
+ if (widemux > 0)
run("opt -fast -mux_bool -undriven -fine"); // Necessary to omit -mux_undef otherwise muxcover
// performs less efficiently
else