Custom

chisel3.simulator.ExpectationValueFormat.Custom
object Custom

Attributes

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

Members list

Value members

Concrete methods

def apply(formatValue: Value => String): Type

Use a user-provided formatter for each rendered value.

Use a user-provided formatter for each rendered value.

Attributes

Source
PeekPokeAPI.scala
def apply(buildMessage: (Value, Value) => String): Type

Use a user-provided formatter for the failure message.

Use a user-provided formatter for the failure message.

Attributes

Source
PeekPokeAPI.scala
def message(buildMessage: (Value, Value) => String): Type

Use a user-provided formatter for the failure message while keeping the rendered values.

Use a user-provided formatter for the failure message while keeping the rendered values.

Attributes

Source
PeekPokeAPI.scala
def message(base: Type)(buildMessage: (Value, Value) => String): Type

Use a user-provided formatter for the failure message on top of a base value format.

Use a user-provided formatter for the failure message on top of a base value format.

Attributes

Source
PeekPokeAPI.scala