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:
parent
4084a6a246
commit
0301bdec9e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue