hades.models.io
Class ConstantX

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

public class ConstantX
extends Constant

ConstantX - generate a StdLogic1164._X 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
ConstantX()
           
 
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

ConstantX

public ConstantX()
Method Detail

getOutputValue

protected StdLogic1164 getOutputValue()
Overrides:
getOutputValue in class Constant