You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Febbe, PanzerFowst, 783170, SpinnCycle, AbigailWitt and 4 more