make postpone_latch_outputs_ private

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2025-12-02 14:29:33 -08:00
parent b65e8dd9d7
commit a88895d65c
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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_;