pow print-blueprint-state
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

print

Synopsis

print [-x|-o|-b|-s|-d] value [size]

Description

Prints value in hexadecimal (-x), decimal (-d), octal (-o), or binary (-b) notation. Default is to use the notation specified by the output-radix command.

Use -s to convert the value to signed integers. size is the bit width to use. E.g., print -x 257 8 will print 0x1. Valid sizes are 8, 16, 32, 64, and 128 bits. Default size is 64.

Provided By

Simics Core

See Also

output-radix, echo, hex, dec, oct, bin, digit-grouping, atoi
pow print-blueprint-state