Forum Discussion

Useral98's avatar
Useral98
Icon for New Contributor rankNew Contributor
2 years ago
Solved

QUESTA - When simulating, a number appears followed by " 'h " in the bar

Hello, I am using the Quartus Prime Lite Questa simulator (version 22.1).
When simulating, in the "objects" bar as in "Wave - Default - Msgs" a number appears followed by " 'h ": for example in objects - ABC - appears " 3'h3" and supposed to be a binary number:

How can I change it so that only binary numbers or digits appear? Like:

Thanks!

  • Right-click the signal and adjust the radix. 3'h3 means a 3-bit wide signal with hex value of 3, which would be the same as 3'b011.

1 Reply

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    Right-click the signal and adjust the radix. 3'h3 means a 3-bit wide signal with hex value of 3, which would be the same as 3'b011.