mirror of https://github.com/YosysHQ/yosys.git
synth_xilinx's muxcover call to be very conservative -- -nodecode
This commit is contained in:
parent
f0a1726a1a
commit
b9ff0503f3
|
@ -282,7 +282,7 @@ struct SynthXilinxPass : public ScriptPass
|
|||
}
|
||||
else if (widemux > 0) {
|
||||
run("simplemap t:$mux");
|
||||
std::string muxcover_args = " -dmux=0";
|
||||
std::string muxcover_args = " -nodecode";
|
||||
switch (widemux) {
|
||||
// NB: Cost of mux2 is 100; mux8 should cost between 3 and 4
|
||||
// of those so that 4:1 muxes and below are implemented
|
||||
|
|
Loading…
Reference in New Issue