Restore wreduce to synth_xilinx, after muxcover

This commit is contained in:
Eddie Hung 2019-06-21 16:18:29 -07:00
parent 44fc616fc7
commit 11886c874c
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ struct SynthXilinxPass : public ScriptPass
// otherwise it will use mux8 as mux4 // otherwise it will use mux8 as mux4
run("muxcover -mux4=150 -mux8=200 -mux16=250 -dmux=0", "(skip if -nomux)"); 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"); run("opt -full");
if (!nosrl || help_mode) { if (!nosrl || help_mode) {