Merge pull request #4746 from pu-cc/gatemate-mux-fix
synth_gatemate: Ensure proper mapping of multiplexers
This commit is contained in:
@@ -301,6 +301,7 @@ struct SynthGateMatePass : public ScriptPass
|
||||
}
|
||||
run("muxcover " + muxcover_args);
|
||||
run("opt -full");
|
||||
run("simplemap");
|
||||
run("techmap -map +/gatemate/mux_map.v");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user