mirror of https://github.com/YosysHQ/yosys.git
Accidentally removed "simplemap $mux"
This commit is contained in:
parent
2b104ed6c8
commit
f0a1726a1a
|
@ -281,6 +281,7 @@ struct SynthXilinxPass : public ScriptPass
|
|||
run("muxcover <internal options>, ('-widemux' only)");
|
||||
}
|
||||
else if (widemux > 0) {
|
||||
run("simplemap t:$mux");
|
||||
std::string muxcover_args = " -dmux=0";
|
||||
switch (widemux) {
|
||||
// NB: Cost of mux2 is 100; mux8 should cost between 3 and 4
|
||||
|
|
Loading…
Reference in New Issue