class TestBuilder[T <: Module] extends AnyRef
- Alphabetic
- By Inheritance
- TestBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TestBuilder(dutGen: () => T, annotationSeq: AnnotationSeq, chiselAnnotationSeq: AnnotationSeq)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val annotationSeq: AnnotationSeq
- def apply(testFn: (T) => Unit): TestResult
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val chiselAnnotationSeq: AnnotationSeq
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val dutGen: () => T
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getTestName: String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val outer: ChiselScalatestTester
- def runPeekPoke(tester: (T) => PeekPokeTester[T]): Unit
Executes a tester extending chiseltest.iotesters.PeekPokeTester.
- def runUntilAssertFail(timeout: Int = 1000): TestResult
Resets and then executes the circuit until a timeout or a stop or assertion failure.
Resets and then executes the circuit until a timeout or a stop or assertion failure. Throws an exception if the timeout is reached or a normal stop is encountered.
- timeout
number of cycles after which to timeout; set to 0 for no timeout
- def runUntilStop(timeout: Int = 1000): TestResult
Resets and then executes the circuit until a timeout or a stop or assertion failure.
Resets and then executes the circuit until a timeout or a stop or assertion failure. Throws an exception if the timeout is reached or an assertion failure is encountered.
- timeout
number of cycles after which to timeout; set to 0 for no timeout
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withAnnotations(annotationSeq: AnnotationSeq): (ChiselScalatestTester.this)#TestBuilder[T]
- def withChiselAnnotations(chiselAnnotationSeq: AnnotationSeq): (ChiselScalatestTester.this)#TestBuilder[T]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)