|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.opencores.edifp.Port
port type class, used for EDIF parser purposes
| Field Summary | |
(package private) int |
direction
port direction (relative to instance) |
static int |
INOUT
input/output type wire |
static int |
INPUT
input type wire |
static java.lang.String[] |
IONames
names for port directions |
(package private) java.lang.String |
name
port name |
(package private) ENet |
net
net, port is connected to |
static int |
OUTPUT
output type wire |
(package private) int |
width
width of port (array length) |
| Constructor Summary | |
Port()
|
|
| Method Summary | |
static int |
invertDirection(int direction)
inverts direction |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final int INPUT
public static final int OUTPUT
public static final int INOUT
public static final java.lang.String[] IONames
java.lang.String name
int direction
int width
ENet net
| Constructor Detail |
public Port()
| Method Detail |
public static final int invertDirection(int direction)
direction - direction to invert
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||