Trait

Chisel

Tests

Related Doc: package Chisel

Permalink

trait Tests extends AnyRef

Source
Tester.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tests
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def delta: Int

    Permalink
  2. abstract def expect(data: Dbl, expected: Double, msg: ⇒ String): Boolean

    Permalink
  3. abstract def expect(data: Flo, expected: Float, msg: ⇒ String): Boolean

    Permalink
  4. abstract def expect(data: Bool, expected: Boolean, msg: ⇒ String): Boolean

    Permalink
  5. abstract def expect(data: Bits, expected: Long, msg: ⇒ String): Boolean

    Permalink
  6. abstract def expect(data: Bits, expected: Int, msg: ⇒ String): Boolean

    Permalink
  7. abstract def expect(data: Bits, expected: BigInt, msg: ⇒ String): Boolean

    Permalink
  8. abstract def expect(data: Dbl, expected: Double): Boolean

    Permalink
  9. abstract def expect(data: Flo, expected: Float): Boolean

    Permalink
  10. abstract def expect(data: Bool, expected: Boolean): Boolean

    Permalink
  11. abstract def expect(data: Bits, expected: Long): Boolean

    Permalink
  12. abstract def expect(data: Bits, expected: Int): Boolean

    Permalink
  13. abstract def expect(data: Aggregate, expected: Array[BigInt]): Boolean

    Permalink
  14. abstract def expect(data: Bits, expected: BigInt): Boolean

    Permalink
  15. abstract def expect(good: Boolean, msg: ⇒ String): Boolean

    Permalink
  16. abstract def int(x: Bits): BigInt

    Permalink
  17. abstract def int(x: Long): BigInt

    Permalink
  18. abstract def int(x: Int): BigInt

    Permalink
  19. abstract def int(x: Boolean): BigInt

    Permalink
  20. abstract def newTestOutputString: String

    Permalink
  21. abstract def peek(data: Dbl): Double

    Permalink
  22. abstract def peek(data: Flo): Float

    Permalink
  23. abstract def peek(data: Aggregate): Array[BigInt]

    Permalink
  24. abstract def peek(data: Bits): BigInt

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

    Permalink
  26. abstract def poke(data: Dbl, x: Double): Unit

    Permalink
  27. abstract def poke(data: Flo, x: Float): Unit

    Permalink
  28. abstract def poke(data: Aggregate, x: Array[BigInt]): Unit

    Permalink
  29. abstract def poke(data: Bits, x: BigInt): Unit

    Permalink
  30. abstract def poke(data: Bits, x: Long): Unit

    Permalink
  31. abstract def poke(data: Bits, x: Int): Unit

    Permalink
  32. abstract def poke(data: Bits, x: Boolean): Unit

    Permalink
  33. abstract def pokeAt[T <: Bits](data: Mem[T], value: BigInt, off: Int): Unit

    Permalink
  34. abstract def printfs: Vector[String]

    Permalink
  35. abstract def reset(n: Int = 1): Unit

    Permalink
  36. abstract def rnd: Random

    Permalink
  37. abstract def run(s: String): Boolean

    Permalink
  38. abstract def setClocks(clocks: Iterable[(Clock, Int)]): Unit

    Permalink
  39. abstract def step(n: Int): Unit

    Permalink
  40. abstract def t: Long

    Permalink

Concrete Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped