Package | Description |
---|---|
com.sun.electric.tool.generator.flag.router |
Modifier and Type | Method and Description |
---|---|
Segment |
Track.allocate(double min,
double max) |
Segment |
Channel.allocate(double xy1,
double xy2,
double boundXY1,
double boundXY2)
Find an unused part of a track that can connect xy1 with xy2.
|
Segment |
Track.allocateBiggest(double min,
double src,
double max)
Allocate longest segment within the interval [min, max] that
covers src.
|
Segment |
Channel.allocateBiggestFromTrack(double min,
double src,
double max,
double trackCenter)
Metal-2 only PortInst don't allow us to chose the track center.
|
Modifier and Type | Method and Description |
---|---|
void |
Track.resort(Segment s) |