|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.opencores.placement.Statistics
Class, which does some tests in order to improve architecture.
| Field Summary | |
int[] |
distCnt
distance count |
| Constructor Summary | |
Statistics(Graph g)
|
|
| Method Summary | |
private static int |
manhattan(int dx,
int dy)
Returns manhattan distance of vector (dx, dy). |
private void |
MST(Net nt)
Calculates minimum spanning tree size. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public int[] distCnt
| Constructor Detail |
public Statistics(Graph g)
| Method Detail |
private static final int manhattan(int dx,
int dy)
dx - vector x componentdy - vector y componentprivate void MST(Net nt)
net - to compute MST on
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||