engine
Class SimpleAssignInstruction
java.lang.Object
|
+--engine.Instruction
|
+--engine.DefaultInstruction
|
+--engine.SimpleAssignInstruction
- class SimpleAssignInstruction
- extends DefaultInstruction
This is used to complete the non-blocking and wire assignement
at the end of the time unit. It's not delayed. The value is determined
at the time of the non-blocking assignement exectution, and the assignement
is programmed by appending a SimpleAssignInstruction in the Time.finishList
FIFO vector.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
lv
LeftValue lv
r
Result r
active
boolean active
message
java.lang.String message
SimpleAssignInstruction
SimpleAssignInstruction(NameSpace ns,
LeftValue lv,
Result r,
java.lang.String message)
inhibate
public void inhibate()
execute
public void execute()
throws InterpretTimeException,
SimulationStoppedException
toString
public java.lang.String toString()
- Overrides:
- toString in class DefaultInstruction