mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #4746 from pu-cc/gatemate-mux-fix
synth_gatemate: Ensure proper mapping of multiplexers
This commit is contained in:
commit
9fa9a2b57b
|
@ -301,6 +301,7 @@ struct SynthGateMatePass : public ScriptPass
|
|||
}
|
||||
run("muxcover " + muxcover_args);
|
||||
run("opt -full");
|
||||
run("simplemap");
|
||||
run("techmap -map +/gatemate/mux_map.v");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue