Skip to content

Commit

Permalink
mpl2: header renaming
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <arthurckoucher@gmail.com>
  • Loading branch information
AcKoucher committed Apr 8, 2024
1 parent 7d8804b commit dfe3985
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mpl2/src/hier_rtlmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ class HierRTLMP
// Hierarchical Macro Placement 2nd stage: Macro Placement
void placeMacros(Cluster* cluster);
void createClusterForEachMacro(const std::vector<HardMacro*>& hard_macros,
std::vector<HardMacro>& macros,
std::vector<HardMacro>& sa_macros,
std::vector<Cluster*>& macro_clusters,
std::map<int, int>& cluster_id_macro_id_map,
std::map<int, int>& cluster_to_macro,
std::set<odb::dbMaster*>& masters);
void computeFencesAndGuides(const std::vector<HardMacro*>& hard_macros,
const Rect& outline,
Expand All @@ -281,7 +281,7 @@ class HierRTLMP
void createFixedTerminals(const Rect& outline,
const std::vector<Cluster*>& macro_clusters,
std::map<int, int>& cluster_to_macro,
std::vector<HardMacro>& macros);
std::vector<HardMacro>& sa_macros);
std::vector<BundledNet> computeBundledNets(
const std::vector<Cluster*>& macro_clusters,
const std::map<int, int>& cluster_to_macro);
Expand Down

0 comments on commit dfe3985

Please sign in to comment.