mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-28 17:05:17 +02:00
make Search::makePathGroups public
Signed-off-by: Matt Liberty <[email protected]>
This commit is contained in:
+12
-12
@@ -351,6 +351,18 @@ public:
|
||||
bool unconstrained,
|
||||
bool thru_latches);
|
||||
VertexSeq filteredEndpoints();
|
||||
void makePathGroups(int group_count,
|
||||
int endpoint_count,
|
||||
bool unique_pins,
|
||||
float min_slack,
|
||||
float max_slack,
|
||||
PathGroupNameSet *group_names,
|
||||
bool setup,
|
||||
bool hold,
|
||||
bool recovery,
|
||||
bool removal,
|
||||
bool clk_gating_setup,
|
||||
bool clk_gating_hold);
|
||||
|
||||
protected:
|
||||
void init(StaState *sta);
|
||||
@@ -511,18 +523,6 @@ protected:
|
||||
void tnsDecr(Vertex *vertex,
|
||||
PathAPIndex path_ap_index);
|
||||
void tnsNotifyBefore(Vertex *vertex);
|
||||
void makePathGroups(int group_count,
|
||||
int endpoint_count,
|
||||
bool unique_pins,
|
||||
float min_slack,
|
||||
float max_slack,
|
||||
PathGroupNameSet *group_names,
|
||||
bool setup,
|
||||
bool hold,
|
||||
bool recovery,
|
||||
bool removal,
|
||||
bool clk_gating_setup,
|
||||
bool clk_gating_hold);
|
||||
bool matchesFilterTo(Path *path,
|
||||
const ClockEdge *to_clk_edge) const;
|
||||
PathRef pathClkPathArrival1(const Path *path) const;
|
||||
|
||||
Reference in New Issue
Block a user