Value
chisel3.simulator.ExpectationValueFormat.Value
final case class Value(chiselType: String, signedValue: BigInt, bitWidth: Int, isSigned: Boolean, displayString: String)
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
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article