mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 06:13:41 +00:00
Restore wreduce to synth_xilinx, after muxcover
This commit is contained in:
parent
44fc616fc7
commit
11886c874c
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue