mirror of https://github.com/YosysHQ/yosys.git
Add synth_xilinx -widemux recommended value
This commit is contained in:
parent
895ca50173
commit
baf47e496f
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue