Chisel

Tester

class Tester[+T <: Module] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tester
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Tester(c: T, isTrace: Boolean = true)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val c: T

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. var delta: Int

  10. def drainErr(): Unit

  11. def endTesting(): Boolean

  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def expect(data: Aggregate, expected: Array[BigInt]): Boolean

  15. def expect(data: Bits, expected: BigInt): Boolean

  16. def expect(good: Boolean, msg: String): Boolean

  17. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  19. def gets(): String

  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isSpace(c: Int): Boolean

  23. val isTrace: Boolean

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. var ok: Boolean

  28. def peek(data: Aggregate): Array[BigInt]

  29. def peek(data: Bits): BigInt

  30. def peekAt[T <: Bits](data: Mem[T], off: Int): BigInt

  31. def peekBits(data: Node, off: Int = 1): BigInt

  32. def poke(data: Aggregate, x: Array[BigInt]): Unit

  33. def poke(data: Bits, x: BigInt): Unit

  34. def pokeAt[T <: Bits](data: Mem[T], x: BigInt, off: Int): Unit

  35. def pokeBits(data: Node, x: BigInt, off: Int = 1): Unit

  36. var process: Process

  37. def puts(str: String): Unit

  38. def reset(n: Int = 1): Unit

  39. val rnd: Random

  40. val sb: StringBuilder

  41. def setClocks(clocks: HashMap[Clock, Int]): Unit

  42. def startTesting(): Process

  43. def step(n: Int): Unit

  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. var testErr: InputStream

  46. var testIn: InputStream

  47. var testOut: OutputStream

  48. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped