Vertex::has_sim_value_
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
f813d949ae
commit
c1ebbb90b1
|
|
@ -327,7 +327,7 @@ protected:
|
||||||
bool has_downstream_clk_pin_:1;
|
bool has_downstream_clk_pin_:1;
|
||||||
bool visited1_:1;
|
bool visited1_:1;
|
||||||
bool visited2_:1;
|
bool visited2_:1;
|
||||||
bool has_sim_value_;
|
bool has_sim_value_:1;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
friend class Graph;
|
friend class Graph;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue