Technical data

radix
ModelSim EE/SE Command Reference ModelSim Commands CR-129
radix
The radix command specifies the default radix to be used. The command can be
used at any time. The specified radix is used for all commands (force
(CR-87),
examine
(CR-81), change (CR-43), etc.) as well as for displayed values in the
Signals, Variables, Dataflow, List, and Wave windows.
Syntax
radix
[-symbolic | -binary | -octal | -decimal | -hexadecimal |
-unsigned | -ascii]
Arguments
Entries may be truncated to any length, for example, -symbolic could be expressed
as -s or -sy, etc. Optional.
Also, -signed may be used as an alias for -decimal. The -unsigned radix will
display as unsigned decimal. The -ascii radix will display a Verilog item as a
string equivalent using 8 bit character encoding.
If no arguments are used, the command returns the current default radix.