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. var failureTime: Int

  19. def finalize(): Unit

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

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

  22. def hashCode(): Int

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

  24. def int(x: Int): BigInt

  25. def int(x: Boolean): BigInt

  26. final def isInstanceOf[T0]: Boolean

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

  28. val isTrace: Boolean

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

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

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

    Definition Classes
    AnyRef
  32. var ok: Boolean

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

  34. def peek(data: Bits): BigInt

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

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

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

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

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

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

  41. var process: Process

  42. def puts(str: String): Unit

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

  44. val rnd: Random

  45. val sb: StringBuilder

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

  47. def startTesting(): Process

  48. def step(n: Int): Unit

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

    Definition Classes
    AnyRef
  50. var t: Int

  51. var testErr: InputStream

  52. var testIn: InputStream

  53. var testOut: OutputStream

  54. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped