Uses of Class
org.opencores.structure.NodeRoutable

Packages that use NodeRoutable
org.opencores.routing   
org.opencores.structure   
 

Uses of NodeRoutable in org.opencores.routing
 

Fields in org.opencores.routing declared as NodeRoutable
(package private)  NodeRoutable Segment.c
          channel we are on
 

Constructors in org.opencores.routing with parameters of type NodeRoutable
Segment.Segment(NodeRoutable c, int s, Segment prev)
          constructs new segment
 

Uses of NodeRoutable in org.opencores.structure
 

Subclasses of NodeRoutable in org.opencores.structure
 class IndexedNode
          Class representing Nodes, that can be indexed.
 class NodeGPC
          GPC, consisting of one 5->1 LUT and one FFs.
 class NodeIOC
           
 class NodeSR
          Special resource node that has no routing capabilities.
 

Fields in org.opencores.structure declared as NodeRoutable
 NodeRoutable[] NodeRoutable.neigh
          All neighbouring nodes.
 NodeRoutable[][] Graph.pos
          Nodes by position.