delete_instance update exceptions

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-11-13 10:42:23 -07:00
parent db3a1dd6e6
commit f5cae661f4
1 changed files with 1 additions and 0 deletions

View File

@ -4662,6 +4662,7 @@ Sta::deletePinBefore(const Pin *pin)
}
}
}
sdc_->deletePinBefore(pin);
sim_->deletePinBefore(pin);
clk_network_->deletePinBefore(pin);
power_->deletePinBefore(pin);