jaga.pj.circuits.fpgaft
Class SimulatorEdgeDLatch
java.lang.Object
|
+--jaga.pj.circuits.SimulatorLogicElement
|
+--jaga.pj.circuits.SimulatorDelayLE
|
+--jaga.pj.circuits.fpgaft.SimulatorFaultyDelayLE
|
+--jaga.pj.circuits.fpgaft.SimulatorEdgeDLatch
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class SimulatorEdgeDLatch
- extends SimulatorFaultyDelayLE
- See Also:
- Serialized Form
Field Summary |
static int |
C
Index of Clock in inputs array |
static int |
D
Index of Data in inputs array |
Constructor Summary |
SimulatorEdgeDLatch(int delay)
Creates a new instance of SimulatorEdgeDLatch |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
C
public static final int C
- Index of Clock in inputs array
D
public static final int D
- Index of Data in inputs array
SimulatorEdgeDLatch
public SimulatorEdgeDLatch(int delay)
- Creates a new instance of SimulatorEdgeDLatch
sampleInputs
public final void sampleInputs()
- Overrides:
sampleInputs
in class SimulatorDelayLE
toString
public java.lang.String toString()
- Overrides:
toString
in class SimulatorDelayLE