org.opencores.mapping
Class FlowMap.Variable

java.lang.Object
  |
  +--org.opencores.structure.Node
        |
        +--org.opencores.mapping.FlowMap.Variable

class FlowMap.Variable
extends Node

Internal class used for building larger LUTs, representing directed acyclic subgraph input.

Value is stored in .x


Field Summary
(package private)  Net actualNet
          net for which this variable stands for
(package private)  Node actualNode
          node for which this variable stands for
 
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
(package private) FlowMap.Variable()
          construct new variable
 
Methods inherited from class org.opencores.structure.Node
clone, duplicate, linkNets, setWidth, toString, unlinkNets
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

actualNode

Node actualNode
node for which this variable stands for

actualNet

Net actualNet
net for which this variable stands for
Constructor Detail

FlowMap.Variable

FlowMap.Variable()
construct new variable