From: Eddie Hung Date: Fri, 7 Jun 2019 23:58:57 +0000 (-0700) Subject: Comment out muxpack (currently broken) X-Git-Tag: working-ls180~1208^2~178 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=816b5f5891adfa71586991824e9db24e7e73604a;p=yosys.git Comment out muxpack (currently broken) --- diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc index a0c2c781d..ffdb22960 100644 --- a/techlibs/xilinx/synth_xilinx.cc +++ b/techlibs/xilinx/synth_xilinx.cc @@ -225,8 +225,8 @@ struct SynthXilinxPass : public ScriptPass if (check_label("coarse")) { run("synth -run coarse"); - if (!nomux || help_mode) - run("muxpack", "(skip if '-nomux')"); + //if (!nomux || help_mode) + // run("muxpack", "(skip if '-nomux')"); // shregmap -tech xilinx can cope with $shiftx and $mux // cells for identifying variable-length shift registers,