diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-08 17:06:22 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-08 17:06:22 -0700 |
commit | 78914e2e0e0a92e65cb1594c4858bc2225322ade (patch) | |
tree | acfc4d5ae55b8f9b8397804c631683105d02e142 /techlibs/xilinx | |
parent | baf47e496f35cb90e5c7181079d38c04907c42da (diff) | |
download | yosys-78914e2e0e0a92e65cb1594c4858bc2225322ade.tar.gz yosys-78914e2e0e0a92e65cb1594c4858bc2225322ade.tar.bz2 yosys-78914e2e0e0a92e65cb1594c4858bc2225322ade.zip |
Capitalisation
Diffstat (limited to 'techlibs/xilinx')
-rw-r--r-- | techlibs/xilinx/synth_xilinx.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc index 7836f9f3e..b404dc8e7 100644 --- a/techlibs/xilinx/synth_xilinx.cc +++ b/techlibs/xilinx/synth_xilinx.cc @@ -78,7 +78,7 @@ struct SynthXilinxPass : public ScriptPass log(" do not use MUXF[78] resources to implement LUTs larger than LUT6s\n"); log("\n"); log(" -widemux <int>\n"); - log(" enable inference of hard multiplexer resources (MuxFx) for muxes at or\n"); + log(" enable inference of hard multiplexer resources (MUXF[78]) for muxes at or\n"); log(" above this number of inputs (minimum value 2, recommended value >= 5).\n"); log(" default: 0 (no inference)\n"); log("\n"); |