diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-07 16:58:57 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-07 16:58:57 -0700 |
commit | 816b5f5891adfa71586991824e9db24e7e73604a (patch) | |
tree | 65e09c6a87c90cb2a0b245253bbccac69f071e34 /techlibs | |
parent | 5a46a0b38584014c3644cc434458638874bd4d75 (diff) | |
download | yosys-816b5f5891adfa71586991824e9db24e7e73604a.tar.gz yosys-816b5f5891adfa71586991824e9db24e7e73604a.tar.bz2 yosys-816b5f5891adfa71586991824e9db24e7e73604a.zip |
Comment out muxpack (currently broken)
Diffstat (limited to 'techlibs')
-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 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, |