RunUntilFinished

chisel3.simulator.stimulus.RunUntilFinished
See theRunUntilFinished companion object
trait RunUntilFinished[A] extends () => A

Stimulus that will run a simulation, expecting a chisel3.stop (a Verilog $finish) to occur before a maximum number of cycles has elapsed.

Attributes

See also
Companion
object
Source
RunUntilFinished.scala
Graph
Supertypes
trait A => Unit
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

final override def apply(dut: A): Unit

Apply stimulus to the unit

Apply stimulus to the unit

Value parameters

the

unit to apply stimulus to

Attributes

Definition Classes
Function1
Source
RunUntilFinished.scala

Inherited methods

def andThen[A](g: Unit => A): A => A

Attributes

Inherited from:
Function1
def compose[A](g: A => A): A => Unit

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1