stop

chisel3.stop
object stop

Attributes

Source
VerificationStatement.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
stop.type

Members list

Type members

Classlikes

final class Stop extends VerificationStatement

Named class for stops.

Named class for stops.

Attributes

Source
VerificationStatement.scala
Supertypes
trait InstanceId
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(message: String)(implicit sourceInfo: SourceInfo): Stop

Terminate execution, indicating success and printing a message.

Terminate execution, indicating success and printing a message.

Value parameters

message

a message describing why simulation was stopped

Attributes

Source
VerificationStatement.scala
def apply(message: Printable)(implicit sourceInfo: SourceInfo): Stop

Terminate execution, indicating success and printing a message.

Terminate execution, indicating success and printing a message.

Value parameters

message

a printable describing why simulation was stopped

Attributes

Source
VerificationStatement.scala
def apply()(implicit sourceInfo: SourceInfo): Stop

Terminate execution, indicating success.

Terminate execution, indicating success.

Attributes

Source
VerificationStatement.scala