public class RouteThruHelper
extends Object
Constructor and Description |
---|
RouteThruHelper(Device device) |
Modifier and Type | Method and Description |
---|---|
static String |
getSerializedFileName(String deviceName) |
boolean |
isRouteThru(Node start,
Node end) |
boolean |
isRouteThru(Tile tile,
int startWire,
int endWire) |
static boolean |
isRouteThruPIPAvailable(Design design,
PIP routethru) |
static boolean |
isRouteThruPIPAvailable(Design design,
Wire start,
Wire end) |
static void |
main(String[] args) |
public RouteThruHelper(Device device)
public static String getSerializedFileName(String deviceName)
public boolean isRouteThru(Tile tile, int startWire, int endWire)
public static boolean isRouteThruPIPAvailable(Design design, Wire start, Wire end)
public static void main(String[] args)