Chisel

ManualTester

Related Doc: package Chisel

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, isT: Boolean = true)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. val c: T

  6. def clone(): AnyRef

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

  8. var delta: Int

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

  10. def dumpName(data: Node): String

  11. 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.

  12. def ensureDir(dir: String): String

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

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

    Definition Classes
    AnyRef → Any
  15. def expect(data: Bits, expected: Float): Boolean

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

  17. def expect(data: Bits, expected: Int): Boolean

  18. def expect(data: Aggregate, expected: Array[BigInt]): Boolean

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

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

  21. var failureTime: Int

  22. def finalize(): Unit

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

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

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

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

  27. def int(x: Int): BigInt

  28. def int(x: Boolean): BigInt

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. val isT: Boolean

  31. var isTrace: Boolean

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

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

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

    Definition Classes
    AnyRef
  35. var ok: Boolean

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

  37. def peek(data: Bits): BigInt

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

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

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

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

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

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

  44. var process: Process

  45. def puts(str: String): Unit

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

  47. val rnd: Random

  48. val sb: StringBuilder

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

  50. def signed_fix(dtype: Bits, rv: BigInt): BigInt

  51. def start(): Process

  52. def step(n: Int): Unit

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

    Definition Classes
    AnyRef
  54. var t: Int

  55. var testErr: InputStream

  56. var testIn: InputStream

  57. var testOut: OutputStream

  58. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. 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