|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SynthBlock | |
byucc.jhdl.synth |
Uses of SynthBlock in byucc.jhdl.synth |
Methods in byucc.jhdl.synth that return SynthBlock | |
SynthBlock |
CFVertex.getSynthBlock()
Get this block's corresponding SynthBlock. |
Methods in byucc.jhdl.synth with parameters of type SynthBlock | |
boolean |
ControlFlowGraph.hasBlock(SynthBlock sb)
Does this graph have a block vertex associated with the given SynthBlock. |
CFVertex |
ControlFlowGraph.getBlock(SynthBlock sb)
Get a block from the graph associated with the given SynthBlock, (null if none exists) |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |