Comment out muxpack (currently broken)
authorEddie Hung <eddie@fpgeh.com>
Fri, 7 Jun 2019 23:58:57 +0000 (16:58 -0700)
committerEddie Hung <eddie@fpgeh.com>
Fri, 7 Jun 2019 23:58:57 +0000 (16:58 -0700)
techlibs/xilinx/synth_xilinx.cc

index a0c2c781d11b31fdc3c8e1149e855a02d5b108ad..ffdb229601e06eda8840bd856e68a0f086a411af 100644 (file)
@@ -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,