seg fault -from power/gnd pin
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
d00992da6b
commit
cf50d07d20
|
|
@ -623,7 +623,8 @@ Search::seedFilterStarts()
|
|||
else {
|
||||
Vertex *vertex, *bidirect_drvr_vertex;
|
||||
graph_->pinVertices(pin, vertex, bidirect_drvr_vertex);
|
||||
seedArrival(vertex);
|
||||
if (vertex)
|
||||
seedArrival(vertex);
|
||||
if (bidirect_drvr_vertex)
|
||||
seedArrival(bidirect_drvr_vertex);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue