public class TrackRouterH extends TrackRouter
Constructor and Description |
---|
TrackRouterH(ArcProto lay,
double wid,
double centerVal,
TechType tech,
Cell parnt)
ports may be offset from routing track
|
TrackRouterH(ArcProto lay,
double wid,
TechType tech,
Cell parnt)
all ports lie on the same routing track
|
Modifier and Type | Method and Description |
---|---|
void |
connect(PortInst newPort,
double viaOffset,
double wireOffset)
Place Via at newPort.X + viaOffset.
|
connect, connect, connect, connect, connect, connect, connect, getEndsExtend, setEndsExtend, setShareableViaDist
public TrackRouterH(ArcProto lay, double wid, TechType tech, Cell parnt)
public void connect(PortInst newPort, double viaOffset, double wireOffset)
connect
in class TrackRouter