Comment out muxpack (currently broken)

This commit is contained in:
Eddie Hung 2019-06-07 16:58:57 -07:00
parent 5a46a0b385
commit 816b5f5891
1 changed files with 2 additions and 2 deletions

View File

@ -225,8 +225,8 @@ struct SynthXilinxPass : public ScriptPass
if (check_label("coarse")) { if (check_label("coarse")) {
run("synth -run coarse"); run("synth -run coarse");
if (!nomux || help_mode) //if (!nomux || help_mode)
run("muxpack", "(skip if '-nomux')"); // run("muxpack", "(skip if '-nomux')");
// shregmap -tech xilinx can cope with $shiftx and $mux // shregmap -tech xilinx can cope with $shiftx and $mux
// cells for identifying variable-length shift registers, // cells for identifying variable-length shift registers,