To change the radix of a wave object in the Wave window:
- Right-click the wave object name.
- Select Radix and the format you want
from the drop-down menu:
- Default
- Binary
- Hexadecimal
- Octal
- ASCII
- Unsigned Decimal
- Signed Decimal
- Signed Magnitude
- Real
Note: For a description of the usage for Real and Real Settings see Using Analog Waveforms - From the Tcl Console, to change the numerical format of the displayed
values, type the following Tcl
command:
set_property radix <radix> <hdl_object>
Where
<radix>
is one the following:bin
,unsigned
,hex
,dec
,ascii
, oroct
and where<wave_object>
is an object returned by theadd_wave
command.Tip: If you change the radix in the Wave window, it will not be reflected in the Objects window.