public class RouteThruHelper
extends Object
Constructor and Description |
---|
RouteThruHelper(Device device) |
Modifier and Type | Method and Description |
---|---|
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)