Uses of Class
byucc.jhdl.synth.SynthBlock

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.
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.