From c1ebbb90b11366f6df297e27efcaa2d210006ffd Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sat, 2 May 2026 10:36:07 -0700 Subject: [PATCH] Vertex::has_sim_value_ 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 233d363c..a3553048 100644 --- a/include/sta/Graph.hh +++ b/include/sta/Graph.hh @@ -327,7 +327,7 @@ protected: bool has_downstream_clk_pin_:1; bool visited1_:1; bool visited2_:1; - bool has_sim_value_; + bool has_sim_value_:1; private: friend class Graph;