public class AbutRouter
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
abutRouteBotTop(NodeInst bot,
NodeInst top,
double distFromBoundary,
java.util.List<ArcProto> layers)
Connect ports on the top edge of bot that line up exactly
with corresponding ports on the bottom edge of top.
|
static void |
abutRouteLeftRight(NodeInst left,
NodeInst right,
double distFromBoundary,
java.util.List<ArcProto> layers)
Connect ports on the right edge of left that line up exactly
with corresponding ports on the left edge of right.
|
public static void abutRouteBotTop(NodeInst bot, NodeInst top, double distFromBoundary, java.util.List<ArcProto> layers)
public static void abutRouteLeftRight(NodeInst left, NodeInst right, double distFromBoundary, java.util.List<ArcProto> layers)