Skip to content

Commit

Permalink
Merge pull request #4746 from pu-cc/gatemate-mux-fix
Browse files Browse the repository at this point in the history
synth_gatemate: Ensure proper mapping of multiplexers
  • Loading branch information
mmicko authored Nov 15, 2024
2 parents bbb6bbd + 77e1f74 commit 9fa9a2b
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 9fa9a2b

Please sign in to comment.