TestHarnessGenerator

chisel3.experimental.inlinetest.TestHarnessGenerator
See theTestHarnessGenerator companion object

An implementation of a testharness generator. This is a type class that defines how to generate a testharness. It is passed to each invocation of HasTests.test.

Type parameters

M

the type of the DUT module

Attributes

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

Members list

Value members

Abstract methods

def generate(test: TestParameters[M]): TestHarness[M]

Generate a testharness module given the test parameters.

Generate a testharness module given the test parameters.

Attributes

Source
InlineTest.scala