class MultiClockStepper extends ClockStepper
Manage multiple top-level clocks step is interpreted here to mean advance to the next clock cycle considering all the clocks multiple clocks may fire at that time
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MultiClockStepper
- ClockStepper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MultiClockStepper(engine: ExecutionEngine, clockInfoList: Seq[ClockInfo], wallTime: UTC)
- engine
engine for this stepper
- clockInfoList
externally specified clocks and their properties
- wallTime
handle to top level wall time
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
- MultiClockStepper → 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
- MultiClockStepper → ClockStepper
- val clockAssigners: HashMap[Symbol, ClockAssigners]
- Definition Classes
- ClockStepper
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def combinationalBump(value: Long): Unit
- Definition Classes
- ClockStepper
- val cycleCount: Long
- Definition Classes
- ClockStepper
- val dataStore: DataStore
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCycleCount: Long
- Definition Classes
- ClockStepper
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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 run(steps: Int): Unit
One step is defined here as the running until the next up clock transition
One step is defined here as the running until the next up clock transition
- steps
the number of up clocks to find and execute
- Definition Classes
- MultiClockStepper → ClockStepper
- val scheduler: Scheduler
- val shortestPeriod: Long
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)