hades.models.io
Class Constant1

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

public class Constant1
extends Constant

Constant1 - generate a StdLogic1164._1 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
Constant1()
           
 
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

Constant1

public Constant1()
Method Detail

getOutputValue

protected StdLogic1164 getOutputValue()
Overrides:
getOutputValue in class Constant