VerifStmtMacrosCompat

chisel3.VerifStmtMacrosCompat

Attributes

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

Members list

Type members

Classlikes

object assert

Attributes

Source
VerificationStatementMacros.scala
Supertypes
class Object
trait Matchable
class Any
Self type
assert.type
object assume

Attributes

Source
VerificationStatementMacros.scala
Supertypes
class Object
trait Matchable
class Any
Self type
assume.type
object cover

Attributes

Source
VerificationStatementMacros.scala
Supertypes
class Object
trait Matchable
class Any
Self type
cover.type

Types

type SourceLineInfo = (String, Int)

Value members

Concrete methods

def formatFailureMessage(kind: String, lineInfo: SourceLineInfo, cond: Bool, message: Option[Printable])(using SourceInfo): Printable