Made a simple change to "extresist" to set the REDUNDANT flag on

nodes which are created due to having multiple ports with different
names on the same wire (electrically connected pins).  This prevents
"extresist" from double-counting the wire.
This commit is contained in:
R. Timothy Edwards 2025-08-19 10:00:05 -04:00
parent 4084a6a246
commit 0301bdec9e
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
8.3.542
8.3.543

View File

@ -953,6 +953,7 @@ ResCheckPorts(cellDef)
portloc.p_x, portloc.p_y);
node->location = portloc;
node->drivepoint = node->location;
node->status |= REDUNDANT;
}
node->status |= DRIVELOC | PORTNODE;
node->rs_bbox = lab->lab_rect;