diff --git a/techlibs/gatemate/synth_gatemate.cc b/techlibs/gatemate/synth_gatemate.cc index 1d46d7929..fa36252f5 100644 --- a/techlibs/gatemate/synth_gatemate.cc +++ b/techlibs/gatemate/synth_gatemate.cc @@ -301,6 +301,7 @@ struct SynthGateMatePass : public ScriptPass } run("muxcover " + muxcover_args); run("opt -full"); + run("simplemap"); run("techmap -map +/gatemate/mux_map.v"); }