mirror of https://github.com/YosysHQ/yosys.git
Comment out muxpack (currently broken)
This commit is contained in:
parent
5a46a0b385
commit
816b5f5891
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue