exception seg fault
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
70001adbb4
commit
cc4e6c65fd
|
|
@ -1805,8 +1805,8 @@ ExceptionThru::matches(const Pin *from_pin,
|
||||||
const Network *network)
|
const Network *network)
|
||||||
{
|
{
|
||||||
EdgePins edge_pins(from_pin, to_pin);
|
EdgePins edge_pins(from_pin, to_pin);
|
||||||
return ((pins_ && pins_->hasKey(to_pin))
|
return ((pins_ && to_pin && pins_->hasKey(to_pin))
|
||||||
|| (edges_ && edges_->hasKey(edge_pins))
|
|| (edges_ && from_pin && to_pin && edges_->hasKey(edge_pins))
|
||||||
|| (nets_ && to_pin && nets_->hasKey(network->net(to_pin)))
|
|| (nets_ && to_pin && nets_->hasKey(network->net(to_pin)))
|
||||||
|| (insts_ && to_pin && insts_->hasKey(network->instance(to_pin))))
|
|| (insts_ && to_pin && insts_->hasKey(network->instance(to_pin))))
|
||||||
&& rf_->matches(to_rf);
|
&& rf_->matches(to_rf);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue