mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-30 09:48:30 +02:00
make postpone_latch_outputs_ private
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -418,7 +418,7 @@ public:
|
||||
void checkPrevPaths() const;
|
||||
void deletePaths(Vertex *vertex);
|
||||
void deleteTagGroup(TagGroup *group);
|
||||
bool postpone_latch_outputs_;
|
||||
bool postponeLatchOutputs() const { return postpone_latch_outputs_; }
|
||||
|
||||
protected:
|
||||
void init(StaState *sta);
|
||||
@@ -671,6 +671,7 @@ protected:
|
||||
VertexSet *filtered_arrivals_;
|
||||
std::mutex filtered_arrivals_lock_;
|
||||
bool found_downstream_clk_pins_;
|
||||
bool postpone_latch_outputs_;
|
||||
PathGroups *path_groups_;
|
||||
VisitPathEnds *visit_path_ends_;
|
||||
GatedClk *gated_clk_;
|
||||
|
||||
Reference in New Issue
Block a user