3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 10:25:19 +00:00

synth_xilinx's muxcover call to be very conservative -- -nodecode

This commit is contained in:
Eddie Hung 2019-06-26 17:57:10 -07:00
parent f0a1726a1a
commit b9ff0503f3

View file

@ -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