TestHarnessInterface

chisel3.experimental.inlinetest.TestHarnessInterface

Attributes

Deprecated
[Since version Chisel 7.8.0] use chisel3.SimulationTestHarnessInterface instead
Source
InlineTest.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited and Abstract methods

def clock: Clock

The test driver shall drive a fixed clock.

The test driver shall drive a fixed clock.

Attributes

Inherited from:
SimulationTestHarnessInterface
Source
SimulationTestHarness.scala
def done: Bool

The test shall be considered complete on the first positive pulse of done by the simulation.

The test shall be considered complete on the first positive pulse of done by the simulation.

Attributes

Inherited from:
SimulationTestHarnessInterface
Source
SimulationTestHarness.scala
def init: Bool

The test driver shall assert init for one cycle to begin the test.

The test driver shall assert init for one cycle to begin the test.

Attributes

Inherited from:
SimulationTestHarnessInterface
Source
SimulationTestHarness.scala
def success: Bool

The test shall pass if this is asserted when the test is complete.

The test shall pass if this is asserted when the test is complete.

Attributes

Inherited from:
SimulationTestHarnessInterface
Source
SimulationTestHarness.scala