05-24-2019 07:08 AM
Hey folks, I've been using the Sampling Probe window for LVFPGA development lately, but since a lot of my work is data manipulation, it's easier to view the values in hex. Is there any current way to modify the displayed radix in the Sampling Probe watch window?
Example, watching a shift register fill from:
0x00000001
0x00000102
0x00010203
0x01020304
is easier to parse than
1
258
66051
16909060
05-24-2019 07:12 AM
Well, I didn't spend enough time clicking around the window.
Right click the signal name, select "label format" and then choose dec/hex/bin. I'd have thought "Signal Radix" might be a more useful name.