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 obje...
  • sstrell's avatar
    2 years ago

    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.