projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
895ca50
)
Add synth_xilinx -widemux recommended value
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 9 Jul 2019 00:04:39 +0000
(17:04 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Tue, 9 Jul 2019 00:04:39 +0000
(17:04 -0700)
techlibs/xilinx/synth_xilinx.cc
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/synth_xilinx.cc
b/techlibs/xilinx/synth_xilinx.cc
index 62bfaaaf12265e0bbf37a4f3b063f8168128cf6f..7836f9f3ef62cf694f65071f9ea68061e2035a0f 100644
(file)
--- a/
techlibs/xilinx/synth_xilinx.cc
+++ b/
techlibs/xilinx/synth_xilinx.cc
@@
-79,7
+79,7
@@
struct SynthXilinxPass : public ScriptPass
log("\n");
log(" -widemux <int>\n");
log(" enable inference of hard multiplexer resources (MuxFx) for muxes at or\n");
- log(" above this number of inputs (minimum value 2).\n");
+ log(" above this number of inputs (minimum value 2
, recommended value >= 5
).\n");
log(" default: 0 (no inference)\n");
log("\n");
log(" -run <from_label>:<to_label>\n");