Technical data

radix
352
-
Simulator Command Reference ModelSim EE/PLUS Reference Manual
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
(p319),
examine
(p313),
change
(p281), 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
Any unique abbreviation may be used. 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.