case class SimpleSingleClockStepper(engine: ExecutionEngine, dataStore: DataStore, clockSymbol: Symbol, resetSymbolOpt: Option[Symbol], clockPeriod: Long, clockInitialOffset: Long, wallTime: UTC) extends ClockStepper with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleSingleClockStepper
- Serializable
- Product
- Equals
- ClockStepper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addTask(taskTime: Long)(task: () => Unit): Unit
- Definition Classes
- SimpleSingleClockStepper → ClockStepper
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bumpClock(clockSymbol: Symbol, value: BigInt): Unit
This function is (and should only) be used by the VcdReplayTester
This function is (and should only) be used by the VcdReplayTester
- clockSymbol
clock to bump
- value
new clock value should be zero or one, all non-zero values are treated as one
- Definition Classes
- SimpleSingleClockStepper → ClockStepper
- val clockAssigners: HashMap[Symbol, ClockAssigners]
- Definition Classes
- ClockStepper
- val clockInitialOffset: Long
- var clockIsHigh: Boolean
- def clockIsLow: Boolean
- val clockPeriod: Long
- val clockSymbol: Symbol
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def combinationalBump(value: Long): Unit
- Definition Classes
- SimpleSingleClockStepper → ClockStepper
- var combinationalBumps: Long
- val cycleCount: Long
- Definition Classes
- ClockStepper
- val dataStore: DataStore
- val downPeriod: Long
- val engine: ExecutionEngine
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCycleCount: Long
- Definition Classes
- ClockStepper
- var isFirstRun: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val resetSymbolOpt: Option[Symbol]
- var resetTaskTime: Long
- def run(steps: Int): Unit
Execute specified number of clock cycles (steps)
Execute specified number of clock cycles (steps)
- steps
number of clock cycles to advance
- Definition Classes
- SimpleSingleClockStepper → ClockStepper
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val upPeriod: Long
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val wallTime: UTC
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)