public class Router
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
DEF_SIZE |
Constructor and Description |
---|
Router(FlagConfig config,
Scan scan) |
Modifier and Type | Method and Description |
---|---|
void |
connectPwrGnd(java.util.List<NodeInst> nodeInsts) |
boolean |
connectsToM2(PortInst pi) |
boolean |
connectsToM3(PortInst pi) |
void |
newM2SignalWire(PortInst p1,
PortInst p2) |
PortInst |
raiseToM3(PortInst pi) |
void |
routeSignals(java.util.List<ToConnect> toConns,
LayoutNetlist layNets) |
public static final double DEF_SIZE
public Router(FlagConfig config, Scan scan)
public boolean connectsToM2(PortInst pi)
public boolean connectsToM3(PortInst pi)
public void connectPwrGnd(java.util.List<NodeInst> nodeInsts)
public void routeSignals(java.util.List<ToConnect> toConns, LayoutNetlist layNets)