mirror of https://github.com/YosysHQ/yosys.git
gatemate: run `simplemap` after `muxcover` to prevent unmapped multiplexers
This commit is contained in:
parent
bbb6bbd12a
commit
77e1f748a5
|
@ -301,6 +301,7 @@ struct SynthGateMatePass : public ScriptPass
|
||||||
}
|
}
|
||||||
run("muxcover " + muxcover_args);
|
run("muxcover " + muxcover_args);
|
||||||
run("opt -full");
|
run("opt -full");
|
||||||
|
run("simplemap");
|
||||||
run("techmap -map +/gatemate/mux_map.v");
|
run("techmap -map +/gatemate/mux_map.v");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue