|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.opencores.mapping.GlobalMap
Collection of functions, that allows global (special) node mapping.
NodeGlobal| Field Summary | |
private Graph |
g
graph we are working on |
static java.lang.String |
NAME_PIO_CLK
Name definition for PIO clock. |
static java.lang.String |
NAME_WB_CLK
Name definition for Wishbone clock. |
| Constructor Summary | |
GlobalMap(Graph g)
Constructs new Global mapper |
|
| Method Summary | |
void |
mapGCLK0()
Finds best net that could have use of GLCK0
and it assigns to NetGlobal GLCK0. |
void |
mapGCLK1()
Finds best net that could have use of GLCK1
and it assigns to NetGlobal GLCK1. |
void |
mapGRST()
Finds best net that could have use of GRST
and it assigns to NetGlobal GRST. |
void |
mapGSET()
Finds best net that could have use of GSET
and it assigns to NetGlobal GSET. |
void |
mapLUT0()
Converts all LUT0s, that don't drive FF.DATA into NodeGlobal. |
void |
mapping()
Does complete global net mapping on graph g |
void |
mapPIO_CLK()
Searches for port named PIO_CLK and assigns it to SR. |
void |
mapWB_CLK()
Searches for port named WB_CLK and assigns it to SR. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final java.lang.String NAME_WB_CLK
public static final java.lang.String NAME_PIO_CLK
private Graph g
| Constructor Detail |
public GlobalMap(Graph g)
| Method Detail |
public void mapLUT0()
SPC, GPC and FF mapping should link to global nets instead of assigning null, to reduce complexity.
public void mapGCLK0()
GLCK0
and it assigns to NetGlobal GLCK0.g - graph to work onpublic void mapGCLK1()
GLCK1
and it assigns to NetGlobal GLCK1.g - graph to work onpublic void mapGRST()
GRST
and it assigns to NetGlobal GRST.g - graph to work onpublic void mapGSET()
GSET
and it assigns to NetGlobal GSET.g - graph to work onpublic void mapPIO_CLK()
public void mapWB_CLK()
public void mapping()
g
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||