mirror of https://github.com/YosysHQ/yosys.git
Restore wreduce to synth_xilinx, after muxcover
This commit is contained in:
parent
44fc616fc7
commit
11886c874c
|
@ -279,6 +279,7 @@ struct SynthXilinxPass : public ScriptPass
|
|||
// otherwise it will use mux8 as mux4
|
||||
run("muxcover -mux4=150 -mux8=200 -mux16=250 -dmux=0", "(skip if -nomux)");
|
||||
}
|
||||
run("wreduce"); // FIXME: Moved until after muxcover from 'coarse'
|
||||
run("opt -full");
|
||||
|
||||
if (!nosrl || help_mode) {
|
||||
|
|
Loading…
Reference in New Issue