Merge branch 'master' into netgen-1.5

This commit is contained in:
Tim Edwards 2022-06-28 02:00:02 -04:00
commit 7e9bd9f2a0
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
1.5.226
1.5.227

View File

@ -2228,11 +2228,13 @@ nextinst:
obptr->next = nobj;
HashPtrInstall(nobj->name, nobj, &(CurrentCell->objdict));
/* Ensure that CurrentTail is correct */
if (obptr == CurrentTail) CurrentTail = nobj;
if (LookupObject(scan->net, CurrentCell) == NULL)
Node(scan->net);
join(scan->net, nobj->name);
scan->flags |= PORT_FOUND;
obptr = nobj;
/* Now any previous instance of the same cell must */
/* insert the same additional pin as a no-connect. */
@ -2270,6 +2272,7 @@ nextinst:
}
}
}
obptr = obptr->next;
}
else {
Fprintf(stderr, "Error: Instance %s has pin %s which is "