SimulationTestHarnessInterface

chisel3.SimulationTestHarnessInterface

IO that reports the status of the test implemented by a testharness.

Attributes

Source
SimulationTestHarness.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def clock: Clock

The test driver shall drive a fixed clock.

The test driver shall drive a fixed clock.

Attributes

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

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

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

Source
SimulationTestHarness.scala