public class EndPointMarker
extends java.lang.Object
Constructor and Description |
---|
EndPointMarker(Map map) |
Modifier and Type | Method and Description |
---|---|
void |
findPreferredLayer(EndPoint startPoint,
EndPoint finishPoint)
Selects one layer for the endpoints of the given segment that should be used preferably
If both endpoints have common layers, one of these is chosen.
|
void |
markStartAndFinish(java.util.List<Net> netList)
marks start and finish locations for each segment,
to prevent other Nets that are routed earlier to run over these endpoints
|