Chisel

ManualTester

class ManualTester[+T <: Module] extends AnyRef

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

Instance Constructors

  1. new ManualTester(c: T, isTrace: Boolean = true, isSnapshotting: Boolean = false, isLoggingPokes: Boolean = false)

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. def addPoke(snaps: ArrayBuffer[Snapshot], now: Int, poke: Poke): ArrayBuffer[_ >: Poke with Snapshot <: AnyRef]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val c: T

  9. def checkForPokes(start: Int, target: Int): Unit

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def createOutputFile(name: String): FileWriter

  12. var delta: Int

  13. def doPokeBits(data: Node, x: BigInt, off: Int = 1): Unit

  14. def dump(): Snapshot

  15. def dumpName(data: Node): String

  16. def dumpSnapshots(filename: String, snapshots: ArrayBuffer[Snapshot]): Unit

  17. def emulatorCmd(str: String): String

    Sends a command to the emulator and returns the reply.

    Sends a command to the emulator and returns the reply. The standard protocol treats a single line as a command, which always returns a single line of reply.

  18. def ensureDir(dir: String): String

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

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

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

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

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

  24. var failureTime: Int

  25. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def findSnapshotIndex(snaps: ArrayBuffer[Snapshot], target: Int): Int

  27. def finish(): Boolean

  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  29. def goto(target: Int): Unit

  30. def hashCode(): Int

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

  32. def int(x: Int): BigInt

  33. def int(x: Boolean): BigInt

  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. val isLoggingPokes: Boolean

  36. val isSnapshotting: Boolean

  37. val isTrace: Boolean

  38. def load(s: Snapshot): Unit

  39. def loadPokes(filename: String): Unit

  40. def loadSnapshots(filename: String): ArrayBuffer[Snapshot]

  41. def loadSnapshotsInto(filename: String, snaps: ArrayBuffer[Snapshot]): ArrayBuffer[Snapshot]

  42. val mappings: HashMap[String, Node]

  43. val mems: ArrayBuffer[Node]

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

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

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

    Definition Classes
    AnyRef
  47. var ok: Boolean

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

  49. def peek(data: Bits): BigInt

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

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

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

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

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

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

  56. val pokez: ArrayBuffer[Snapshot]

  57. var process: Process

  58. def puts(str: String): Unit

  59. val regs: ArrayBuffer[Node]

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

  61. val rnd: Random

  62. val sb: StringBuilder

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

  64. def snapshot(): Snapshot

  65. val snapshots: ArrayBuffer[Snapshot]

  66. def start(): Process

  67. def step(n: Int): Unit

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

    Definition Classes
    AnyRef
  69. var t: Int

  70. var testErr: InputStream

  71. var testIn: InputStream

  72. var testOut: OutputStream

  73. def toString(): String

    Definition Classes
    AnyRef → Any
  74. def unstep(n: Int): Unit

  75. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. def waitForStreams(): Unit

    Waits until the emulator streams are ready.

    Waits until the emulator streams are ready. This is a dirty hack related to the way Process works. TODO: FIXME.

Inherited from AnyRef

Inherited from Any

Ungrouped