TestRunner
chiseltest.ChiselScalatestTester.TestRunner
class TestRunner[T <: Module](dutGen: => T, autoReset: Boolean, resetCyc: Int, annotations: Seq[Any] = ...)
Runner class that executes the test with VCD support
Value parameters
- annotations
-
Annotation list used to configure execution behavior
- autoReset
-
Whether automatic reset is enabled
- dutGen
-
Generator for the device under test
- resetCyc
-
Number of reset cycles to apply
Attributes
- Source
- ChiselScalatestTester.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article