chisel3.experimental.inlinetest.HasTests
Provides methods to build unit testharnesses inline after this module is elaborated.
Attributes
-
Source
-
InlineTest.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Whether inline tests will be elaborated as a top-level definition to the circuit.
Whether inline tests will be elaborated as a top-level definition to the circuit.
Attributes
-
Source
-
InlineTest.scala
Get all enabled tests for this module.
Generate a public module that instantiates this module. The default testharness has clock and synchronous reset IOs and contains the test body.
Generate a public module that instantiates this module. The default testharness has clock and synchronous reset IOs and contains the test body.
Value parameters
-
testBody
-
the circuit to elaborate inside the testharness
Attributes
-
Source
-
InlineTest.scala