|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.opencores.structure.Net
|
+--org.opencores.structure.NetGlobal
Global net, that is accessible from everywhere (e.g. GND, VCC, CLK). This net is not placed nor routed in standard P&R process.
| Field Summary | |
static int |
GCLK0
CLK signal type |
static int |
GCLK1
CLK signal type |
static int |
GND
GND generator node type |
static int |
GRST
async RST signal type |
static int |
GSET
async SET signal type |
static int |
NUM_GLOBAL
number of global net types |
static int |
PIO_CLK
PIO_CLK signal |
int |
type
this instance type |
static java.lang.String[] |
typeName
NodeGlobal names |
static int |
VCC
VCC generator node type |
| Fields inherited from class org.opencores.structure.Net |
cost,
inputs,
link,
name,
output |
| Constructor Summary | |
NetGlobal(int type)
Construct new special node. |
|
| Method Summary | |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final int GND
public static final int VCC
public static final int GCLK0
public static final int GCLK1
public static final int GRST
public static final int GSET
public static final int PIO_CLK
public static final int NUM_GLOBAL
public static final java.lang.String[] typeName
public int type
| Constructor Detail |
public NetGlobal(int type)
type - node type (use NetGlobal.*)| Method Detail |
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||