Closed
Description
I am currently debugging memory and its data from a RISC-V processor via cocotb, but all values are displayed with base 10.
This even happens if it's raw data. This it how it looks:
But I want to see those values in hexadecimal. In that example, it should show the values 0x160
and 0x180
.
My proposed fix would be to add the possibility to change the representation via the drop down menu:
Where I can change the representation of the given value.