mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-10 08:03:26 +00:00
Accidentally removed "simplemap $mux"
This commit is contained in:
parent
2b104ed6c8
commit
f0a1726a1a
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ struct SynthXilinxPass : public ScriptPass
|
||||||
run("muxcover <internal options>, ('-widemux' only)");
|
run("muxcover <internal options>, ('-widemux' only)");
|
||||||
}
|
}
|
||||||
else if (widemux > 0) {
|
else if (widemux > 0) {
|
||||||
|
run("simplemap t:$mux");
|
||||||
std::string muxcover_args = " -dmux=0";
|
std::string muxcover_args = " -dmux=0";
|
||||||
switch (widemux) {
|
switch (widemux) {
|
||||||
// NB: Cost of mux2 is 100; mux8 should cost between 3 and 4
|
// NB: Cost of mux2 is 100; mux8 should cost between 3 and 4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue