diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-26 17:42:50 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-26 17:42:50 -0700 |
commit | 2b104ed6c8f86a62d192b43fe3f73cc6f0b43e27 (patch) | |
tree | b23cc97d81a0ac9094e8ca39bfab31d460999211 /techlibs/xilinx | |
parent | cae69a3eddda997c04aa7c6bd642f71ee1033477 (diff) | |
download | yosys-2b104ed6c8f86a62d192b43fe3f73cc6f0b43e27.tar.gz yosys-2b104ed6c8f86a62d192b43fe3f73cc6f0b43e27.tar.bz2 yosys-2b104ed6c8f86a62d192b43fe3f73cc6f0b43e27.zip |
Replace with <internal options>
Diffstat (limited to 'techlibs/xilinx')
-rw-r--r-- | techlibs/xilinx/synth_xilinx.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc index 199d0737d..877694e8a 100644 --- a/techlibs/xilinx/synth_xilinx.cc +++ b/techlibs/xilinx/synth_xilinx.cc @@ -277,8 +277,8 @@ struct SynthXilinxPass : public ScriptPass run("dffsr2dff"); run("dff2dffe"); if (help_mode) { - run("simplemap t:$mux", " ('-widemux' only)"); - run("muxcover -dmux=0 -mux8=<cost> -mux16=<cost>, ('-widemux' only)"); + run("simplemap t:$mux", " ('-widemux' only)"); + run("muxcover <internal options>, ('-widemux' only)"); } else if (widemux > 0) { std::string muxcover_args = " -dmux=0"; |