byucc.jhdl.synth
Class SynthBlock
java.lang.Object
byucc.jhdl.synth.classparse.BasicBlock
byucc.jhdl.synth.SynthBlock
- public class SynthBlock
- extends BasicBlock
A class that extends BasicBlock in the byucc.jhdl.synth.classparse
package to add to it anything necessary for a synthesizable basic
block.
Basically, all we add is a flag that says whether or not this
block can be executed again.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SynthBlock
public SynthBlock(AttributeCode parent,
int number)
executionIsComplete
public boolean executionIsComplete()
- Is this block's execution complete?
- Returns:
- true if this block's execution has been declared complete,
false otherwise
executionIsComplete
public void executionIsComplete(boolean value)
- Declare this blocks execution as complete or not.
- Parameters:
value
- the value to be assigned to the executionIsComplete flag
for this block.
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.