|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthades.simulator.Port
hades.models.PortStdLogic1164
PortStdLogic1164: a Port for SignalStdLogic1164 signals.
Field Summary |
Fields inherited from class hades.simulator.Port |
BIDIR, class1164, GND, handler, IN, INOUT, name, optArg, OUT, parent, PASSIVE_IN, signal, signalClass, TOPLEVEL_IN, type, UNUSED, value, VCC |
Constructor Summary | |
PortStdLogic1164(SimObject parent,
java.lang.String name,
int type,
Signal signal)
|
Method Summary | |
StdLogic1164 |
getValueOrU()
return a StdLogic1164 with the current value of the signal connected to this port. |
boolean |
hasEvent()
check whether the Signal connected to this Port has an event at the current simulation time. |
Methods inherited from class hades.simulator.Port |
getHandler, getName, getOptArg, getParent, getSignal, getSignalClass, getToolTip, getType, getTypeString, getValue, isInputPort, isPowerPort, setHandler, setName, setOptArg, setParent, setSignal, setValue, tearDown, toString, toStringVerbose |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PortStdLogic1164(SimObject parent, java.lang.String name, int type, Signal signal)
Method Detail |
public StdLogic1164 getValueOrU()
public boolean hasEvent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |