Class

chisel3.iotesters

Exerciser

Related Doc: package iotesters

Permalink

abstract class Exerciser extends BasicTester

experimental version of a Tester that allows arbitrary testing circuitry to be run in some order

Source
Exerciser.scala
Linear Supertypes
BasicTester, core.Module, HasId, InstanceId, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Exerciser
  2. BasicTester
  3. Module
  4. HasId
  5. InstanceId
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Exerciser()

    Permalink

Type Members

  1. case class StopCondition(condition: Bool, max_ticks: Option[Int] = None) extends Product with Serializable

    Permalink

Abstract Value Members

  1. abstract val device_under_test: Module

    Permalink

Concrete 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 IO[T <: core.Data](iodef: T): iodef.type

    Permalink
    Definition Classes
    Module
  5. def annotate(annotation: ChiselAnnotation): Unit

    Permalink
    Definition Classes
    Module
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def buildState(name: String = s"$current_states")(stop_condition: StopCondition)(generator: () ⇒ Unit): Unit

    Permalink
  8. val clock: core.Clock

    Permalink
    Definition Classes
    Module
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val compileOptions: CompileOptions

    Permalink
    Definition Classes
    Module
  11. var current_states: Int

    Permalink
  12. def desiredName: String

    Permalink
    Definition Classes
    Module
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    HasId → AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def finish(): Unit

    Permalink
    Definition Classes
    Exerciser → BasicTester
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. lazy val getPorts: Seq[Port]

    Permalink
    Definition Classes
    Module
  19. def hashCode(): Int

    Permalink
    Definition Classes
    HasId → AnyRef → Any
  20. def instanceName: String

    Permalink
    Definition Classes
    Module → HasId → InstanceId
  21. val internal_counter_width: Int

    Permalink
  22. val io: core.Bundle

    Permalink
    Definition Classes
    BasicTester → Module
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. val max_ticker: Int

    Permalink
  25. val max_ticks_for_state: core.UInt

    Permalink
  26. final val name: String

    Permalink
    Definition Classes
    Module
  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. def parentModName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  31. def parentPathName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  32. def pathName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  33. def popCount(n: Long): Int

    Permalink
    Definition Classes
    BasicTester
  34. val reset: core.Bool

    Permalink
    Definition Classes
    Module
  35. val state_locked: core.Bool

    Permalink
  36. val state_number: core.UInt

    Permalink
  37. def stop()(implicit sourceInfo: SourceInfo): Unit

    Permalink
    Definition Classes
    BasicTester
  38. def suggestName(name: ⇒ String): Exerciser.this.type

    Permalink
    Definition Classes
    HasId
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. val ticker: core.UInt

    Permalink
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BasicTester

Inherited from core.Module

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped