ExpectationValueFormat
Formatting options for values rendered by expect failure messages.
Attributes
- Source
- PeekPokeAPI.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
Render the numeric part as binary (prefixed with 0b).
Render the numeric part as binary (prefixed with 0b).
Attributes
- Source
- PeekPokeAPI.scala
- Supertypes
- Self type
-
Bin.type
Attributes
- Source
- PeekPokeAPI.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Custom.type
Render values using their decimal display.
Render values using their decimal display.
Attributes
- Source
- PeekPokeAPI.scala
- Supertypes
- Self type
-
Dec.type
Raw failure context passed to formatters.
Raw failure context passed to formatters.
Attributes
- Source
- PeekPokeAPI.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Render the numeric part as hexadecimal (prefixed with 0x) and grouped by bytes.
Render the numeric part as hexadecimal (prefixed with 0x) and grouped by bytes.
Attributes
- Source
- PeekPokeAPI.scala
- Supertypes
- Self type
-
Hex.type
Fully rendered failure output.
Fully rendered failure output.
Attributes
- Source
- PeekPokeAPI.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value format type.
Value format type.
Attributes
- Source
- PeekPokeAPI.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Context passed to custom formatters.
Context passed to custom formatters.
Value parameters
- bitWidth
-
Bit width of the rendered value
- chiselType
-
Chisel data type string (e.g.
UInt<32>) - displayString
-
Value rendered using the decimal display for this context
- isSigned
-
Whether the data type is signed
- signedValue
-
Numeric value as observed by the simulator for this data type
Attributes
- Source
- PeekPokeAPI.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all