|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataFlowGraph | |
byucc.jhdl.synth |
Uses of DataFlowGraph in byucc.jhdl.synth |
Methods in byucc.jhdl.synth that return DataFlowGraph | |
DataFlowGraph |
DFSubGraph.getParent()
Get the parent graph of this subGraph. |
DataFlowGraph |
GraphStack.getDFGraph()
|
Methods in byucc.jhdl.synth with parameters of type DataFlowGraph | |
static void |
Synthesize.graphToJHDL(Logic parent,
DataFlowGraph graph)
Create JHDL circuitry to perform the behavior described by a DataFlowGraph. |
CFVertex |
ControlFlowGraph.addBlock(SynthBlock sb,
DataFlowGraph dfGraph)
Add a new block to this ControlFlowGraph associated with the given SynthBlock or return one that existed previously. |
Constructors in byucc.jhdl.synth with parameters of type DataFlowGraph | |
DFSubGraph(DataFlowGraph parent,
java.lang.String name)
Create a new DFSubGraph under the given DataFlowGraph and with the given name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |