set_load / disconnect_pin net_drvr
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
582131889a
commit
dcecf54641
|
|
@ -5697,6 +5697,8 @@ Sdc::disconnectPinBefore(const Pin *pin)
|
|||
}
|
||||
}
|
||||
}
|
||||
for (int corner_index = 0; corner_index < corners_->count(); corner_index++)
|
||||
drvr_pin_wire_cap_maps_[corner_index].erase(pin);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in New Issue