TestParameters

chisel3.experimental.inlinetest.TestParameters
final class TestParameters[M <: RawModule]

Per-test parametrization needed to build a testharness that instantiates the DUT and elaborates a test body.

Type parameters

M

the type of the DUT module

Attributes

Source
InlineTest.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

The desiredName for the testharness module.

The desiredName for the testharness module.

Attributes

Source
InlineTest.scala

Concrete fields

val testName: String

Attributes

Source
InlineTest.scala