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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val unsignedValue: BigInt

Value interpreted as an unsigned integer with bitWidth bits.

Value interpreted as an unsigned integer with bitWidth bits.

Attributes

Source
PeekPokeAPI.scala