|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.opencores.structure.Node
|
+--org.opencores.structure.NodeRoutable
|
+--org.opencores.structure.NodeSR
Special resource node that has no routing capabilities. Actually looks like a simple buffer, but it extends NodeRoutable that routing can handle it
| Fields inherited from class org.opencores.structure.NodeRoutable |
cost,
costs,
neigh,
neighCoor,
NINPUTS_ROUTABLE,
nSegments,
portsUnassigned,
segments |
| Fields inherited from class org.opencores.structure.Node |
dir,
flag,
fx,
fy,
INOUT,
INPUT,
link,
name,
nfx,
nfy,
OUTPUT,
ports,
temp,
visited,
weight,
width,
x,
y |
| Constructor Summary | |
NodeSR(int idx)
Constructs new resource node. |
|
| Method Summary | |
boolean |
isConnectable(int port,
int segment)
|
| Methods inherited from class org.opencores.structure.NodeRoutable |
calcCost,
lessLoadedNeighbour,
opposite,
writeBitstream |
| Methods inherited from class org.opencores.structure.Node |
clone,
duplicate,
linkNets,
setWidth,
toString,
unlinkNets |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public NodeSR(int idx)
| Method Detail |
public boolean isConnectable(int port,
int segment)
port using wire segment segment/i>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||