3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +00:00

Comment out muxpack (currently broken)

This commit is contained in:
Eddie Hung 2019-06-07 16:58:57 -07:00
parent 5a46a0b385
commit 816b5f5891

View 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,