From e95e502227263605db70526969dbd1ec28ad7a1b Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sun, 23 Feb 2025 16:17:49 -0700 Subject: [PATCH] comment Signed-off-by: James Cherry --- include/sta/Graph.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sta/Graph.hh b/include/sta/Graph.hh index f6ca3ac1..8cedd97e 100644 --- a/include/sta/Graph.hh +++ b/include/sta/Graph.hh @@ -343,7 +343,7 @@ protected: // cannot share the same word as the following bit fields. uint32_t tag_group_index_; // Each bit corresponds to a different BFS queue. - std::atomic bfs_in_queue_; // 4 + std::atomic bfs_in_queue_; // 8 unsigned int level_:Graph::vertex_level_bits; // 24 unsigned int slew_annotated_:slew_annotated_bits; // 4