hades.models.io
Class Constant0

java.lang.Object
  extended byhades.simulator.SimObject
      extended byhades.models.io.Constant
          extended byhades.models.io.Constant0
All Implemented Interfaces:
java.lang.Cloneable, ContextToolTip, java.io.Serializable, Simulatable

public class Constant0
extends Constant

Constant0 - generate a StdLogic1164._0 value

See Also:
Serialized Form

Field Summary
 
Fields inherited from class hades.models.io.Constant
port_Y, value_Y
 
Fields inherited from class hades.simulator.SimObject
classloader, console, debug, editor, name, parent, ports, propertySheet, simulator, symbol, versionId, visible
 
Constructor Summary
Constant0()
           
 
Method Summary
protected  StdLogic1164 getOutputValue()
           
 
Methods inherited from class hades.models.io.Constant
elaborate, evaluate
 
Methods inherited from class hades.simulator.SimObject
configure, constructDynamicSymbol, copy, getBindkey, getClassLoader, getDebug, getEditor, getExternalResources, getFullName, getName, getParent, getPort, getPorts, getPropertySheet, getResourceAsStream, getSimulator, getSymbol, getSymbolResourceName, getToolTip, getVersionId, initialize, isVisible, keyPressed, message, mousePressed, needsDynamicSymbol, needsExternalResources, setClassLoader, setConsole, setDebug, setEditor, setName, setParent, setPorts, setSimulator, setSymbol, setVersionId, setVisible, tearDown, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface hades.simulator.Simulatable
message
 

Constructor Detail

Constant0

public Constant0()
Method Detail

getOutputValue

protected StdLogic1164 getOutputValue()
Overrides:
getOutputValue in class Constant