Skip to content

Commit

Permalink
gatemate: run simplemap after muxcover to prevent unmapped multip…
Browse files Browse the repository at this point in the history
…lexers
  • Loading branch information
pu-cc committed Nov 15, 2024
1 parent bbb6bbd commit 77e1f74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions techlibs/gatemate/synth_gatemate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ struct SynthGateMatePass : public ScriptPass
}
run("muxcover " + muxcover_args);
run("opt -full");
run("simplemap");
run("techmap -map +/gatemate/mux_map.v");
}

Expand Down

0 comments on commit 77e1f74

Please sign in to comment.