Class

Chisel.hwiotesters

Exerciser

Related Doc: package hwiotesters

Permalink

abstract class Exerciser extends BasicTester

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

Linear Supertypes
BasicTester, Module, HasId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Exerciser
  2. BasicTester
  3. Module
  4. HasId
  5. AnyRef
  6. 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. final def asInstanceOf[T0]: T0

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

    Permalink
  6. val clock: Clock

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. var current_states: Int

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

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. val internal_counter_width: Int

    Permalink
  16. val io: Bundle

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

    Permalink
    Definition Classes
    Any
  18. val max_ticker: Int

    Permalink
  19. val max_ticks_for_state: UInt

    Permalink
  20. val name: String

    Permalink
    Definition Classes
    Module
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def popCount(n: Long): Int

    Permalink
    Definition Classes
    BasicTester
  25. val reset: Bool

    Permalink
    Definition Classes
    Module
  26. val state_locked: Bool

    Permalink
  27. val state_number: UInt

    Permalink
  28. def stop(): Unit

    Permalink
    Definition Classes
    BasicTester
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. val ticker: UInt

    Permalink
  31. def toString(): String

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

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

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

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

Inherited from BasicTester

Inherited from Module

Inherited from HasId

Inherited from AnyRef

Inherited from Any

Ungrouped