mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
exception -through net/exception -through pin seg fault
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
@@ -4371,7 +4371,8 @@ Sdc::findMatchingExceptionsFirstThru(ExceptionPath *exception,
|
||||
findMatchingExceptionsInsts(exception, thru->instances(),
|
||||
first_thru_inst_exceptions_,
|
||||
matches);
|
||||
if (!first_thru_net_exceptions_.empty()) {
|
||||
if (!first_thru_net_exceptions_.empty()
|
||||
&& thru->nets()) {
|
||||
for (const Net *net : *thru->nets()) {
|
||||
// Potential matches includes exceptions that match net that are not
|
||||
// the first exception point.
|
||||
|
||||
Reference in New Issue
Block a user