public class TrackRouterH extends TrackRouter
Constructor and Description |
---|
TrackRouterH(ArcProto lay,
double wid,
double centerVal,
TechType tech,
EditingPreferences ep,
Cell parnt)
ports may be offset from routing track
|
TrackRouterH(ArcProto lay,
double wid,
TechType tech,
EditingPreferences ep,
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, EditingPreferences ep, Cell parnt)
public TrackRouterH(ArcProto lay, double wid, double centerVal, TechType tech, EditingPreferences ep, Cell parnt)
public void connect(PortInst newPort, double viaOffset, double wireOffset)
connect
in class TrackRouter