Packages

c

treadle.executable

SimpleSingleClockStepper

case class SimpleSingleClockStepper(engine: ExecutionEngine, dataStore: DataStore, clockSymbol: Symbol, resetSymbolOpt: Option[Symbol], clockPeriod: Long, clockInitialOffset: Long, wallTime: UTC) extends ClockStepper with Product with Serializable

Source
ClockStepper.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, ClockStepper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleSingleClockStepper
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ClockStepper
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleSingleClockStepper(engine: ExecutionEngine, dataStore: DataStore, clockSymbol: Symbol, resetSymbolOpt: Option[Symbol], clockPeriod: Long, clockInitialOffset: Long, wallTime: UTC)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addTask(taskTime: Long)(task: () ⇒ Unit): Unit
    Definition Classes
    SimpleSingleClockStepperClockStepper
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. 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
    SimpleSingleClockStepperClockStepper
  7. val clockAssigners: HashMap[Symbol, ClockAssigners]
    Definition Classes
    ClockStepper
  8. val clockInitialOffset: Long
  9. var clockIsHigh: Boolean
  10. def clockIsLow: Boolean
  11. val clockPeriod: Long
  12. val clockSymbol: Symbol
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. def combinationalBump(value: Long): Unit
    Definition Classes
    SimpleSingleClockStepperClockStepper
  15. var combinationalBumps: Long
  16. val cycleCount: Long
    Definition Classes
    ClockStepper
  17. val dataStore: DataStore
  18. val downPeriod: Long
  19. val engine: ExecutionEngine
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getCycleCount: Long
    Definition Classes
    ClockStepper
  24. val hasRollBack: Boolean
  25. var isFirstRun: Boolean
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val resetSymbolOpt: Option[Symbol]
  31. var resetTaskTime: Long
  32. 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
    SimpleSingleClockStepperClockStepper
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. val upPeriod: Long
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. val wallTime: UTC

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ClockStepper

Inherited from AnyRef

Inherited from Any

Ungrouped