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 dumpName(data: Node): String

  12. def endTesting(): Boolean

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

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

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

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

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

  18. def finalize(): Unit

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

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

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def int(x: Bits): BigInt

  23. def int(x: Int): BigInt

  24. def int(x: Boolean): BigInt

  25. final def isInstanceOf[T0]: Boolean

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

  27. val isTrace: Boolean

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

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

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

    Definition Classes
    AnyRef
  31. var ok: Boolean

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

  33. def peek(data: Bits): BigInt

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

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

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

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

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

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

  40. var process: Process

  41. def puts(str: String): Unit

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

  43. val rnd: Random

  44. val sb: StringBuilder

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

  46. def startTesting(): Process

  47. def step(n: Int): Unit

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

    Definition Classes
    AnyRef
  49. var t: Int

  50. var testErr: InputStream

  51. var testIn: InputStream

  52. var testOut: OutputStream

  53. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped