3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-12 04:03:45 +00:00

Add synth_xilinx -widemux recommended value

This commit is contained in:
Eddie Hung 2019-07-08 17:04:39 -07:00
parent 895ca50173
commit baf47e496f

View file

@ -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");