mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-07 02:58:50 +02:00
search/Search.cc: Added a mutex for insertion to filtered_arrivals
Signed-off-by: Jan Bylicki <[email protected]>
This commit is contained in:
@@ -606,6 +606,7 @@ protected:
|
||||
ExceptionFrom *filter_from_;
|
||||
ExceptionTo *filter_to_;
|
||||
VertexSet *filtered_arrivals_;
|
||||
std::mutex filtered_arrivals_lock_;
|
||||
bool found_downstream_clk_pins_;
|
||||
PathGroups *path_groups_;
|
||||
VisitPathEnds *visit_path_ends_;
|
||||
|
||||
Reference in New Issue
Block a user