com.sun.electric.tool.generator.layout
Class TrackRouterH
java.lang.Object
com.sun.electric.tool.generator.layout.TrackRouter
com.sun.electric.tool.generator.layout.TrackRouterH
public class TrackRouterH
- extends TrackRouter
Method Summary |
void |
connect(PortInst newPort,
double viaOffset,
double wireOffset)
Place Via at newPort.X + viaOffset. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrackRouterH
public TrackRouterH(ArcProto lay,
double wid,
TechType tech,
Cell parnt)
- all ports lie on the same routing track
TrackRouterH
public TrackRouterH(ArcProto lay,
double wid,
double centerVal,
TechType tech,
Cell parnt)
- ports may be offset from routing track
connect
public void connect(PortInst newPort,
double viaOffset,
double wireOffset)
- Place Via at newPort.X + viaOffset. If an 'L' shaped connection
is necessary place the horizontal part of the wire at track.CENTER +
wireOffset
- Specified by:
connect
in class TrackRouter