Vertex::has_sim_value_

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry
2026-05-02 10:36:07 -07:00
parent f813d949ae
commit c1ebbb90b1

View File

@@ -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;