Class

treadle.executable

SimpleSingleClockStepper

Related Doc: package executable

Permalink

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
Type Hierarchy
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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addTask(taskTime: Long)(task: () ⇒ Unit): Unit

    Permalink
    Definition Classes
    SimpleSingleClockStepperClockStepper
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bumpClock(clockSymbol: Symbol, value: BigInt): Unit

    Permalink

    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]

    Permalink
    Definition Classes
    ClockStepper
  8. val clockInitialOffset: Long

    Permalink
  9. var clockIsHigh: Boolean

    Permalink
  10. def clockIsLow: Boolean

    Permalink
  11. val clockPeriod: Long

    Permalink
  12. val clockSymbol: Symbol

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def combinationalBump(value: Long): Unit

    Permalink
    Definition Classes
    SimpleSingleClockStepperClockStepper
  15. var combinationalBumps: Long

    Permalink
  16. var cycleCount: Long

    Permalink
    Definition Classes
    ClockStepper
  17. val dataStore: DataStore

    Permalink
  18. val downPeriod: Long

    Permalink
  19. val engine: ExecutionEngine

    Permalink
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getCycleCount: Long

    Permalink
    Definition Classes
    ClockStepper
  24. val hasRollBack: Boolean

    Permalink
  25. var isFirstRun: Boolean

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. val resetSymbolOpt: Option[Symbol]

    Permalink
  31. var resetTaskTime: Long

    Permalink
  32. def run(steps: Int): Unit

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  34. val upPeriod: Long

    Permalink
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. val wallTime: UTC

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ClockStepper

Inherited from AnyRef

Inherited from Any

Ungrouped