|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeLUT | |
| org.opencores.mapping | |
| org.opencores.structure | |
| Uses of NodeLUT in org.opencores.mapping |
| Methods in org.opencores.mapping that return NodeLUT | |
private NodeLUT |
FlowMap.joinLUTs(NodeLUT child)
Collapses tree of same labeled nodes into s, using shortest-first joining. |
private NodeLUT |
FlowMap.buildLUT(NodeLUT child,
java.util.Vector GPI)
Collapses DAG of same nodes with temp==tempCnt-1 into child,
using shortest-first joining. |
| Methods in org.opencores.mapping with parameters of type NodeLUT | |
private NodeLUT |
FlowMap.joinLUTs(NodeLUT child)
Collapses tree of same labeled nodes into s, using shortest-first joining. |
private void |
FlowMap.markAccessible(NodeLUT sink,
boolean top)
Similar to routine A of Ford Fulerson max-flow algorithm, marks visited nodes with .visited flag. |
private void |
FlowMap.buildSame(NodeLUT child,
int label,
java.util.Vector LUTs)
adds all childs predecessors with same label into LUTs Vector |
private NodeLUT |
FlowMap.buildLUT(NodeLUT child,
java.util.Vector GPI)
Collapses DAG of same nodes with temp==tempCnt-1 into child,
using shortest-first joining. |
| Uses of NodeLUT in org.opencores.structure |
| Subclasses of NodeLUT in org.opencores.structure | |
class |
NodePrim
LUT cell type class. |
| Fields in org.opencores.structure declared as NodeLUT | |
NodeLUT |
NodeGPC.a
LUT inside this |
| Methods in org.opencores.structure with parameters of type NodeLUT | |
static int |
NodeLUT.NumJoinInputs(NodeLUT a,
NodeLUT b)
Function, that returns number of inputs if two specified LUTs were joined, not counting matching inputs. |
static boolean |
NodeLUT.isAChild(NodeLUT a,
NodeLUT b)
Determines, if a is a child of b. |
static int |
NodeLUT.NumJoinInputsEx(NodeLUT a,
NodeLUT b)
Function, that returns number of inputs if two specified LUTs were joined, not counting matching inputs nor inbetween connections. |
void |
NodeLUT.duplicate(NodeLUT n)
duplicates parameters from n to this |
| Constructors in org.opencores.structure with parameters of type NodeLUT | |
NodeLUT.NodeLUT(NodeLUT a,
NodeLUT b,
boolean updateNets)
Constructor, that joins two specified adjacent LUTs and creates new one. |
|
NodeGPC.NodeGPC(NodeLUT a,
NodeFF ra,
boolean updateNets,
NetGlobal fillWith)
groups specified elements into one GPC |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||