Useral98
New Contributor
2 years agoQUESTA - 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.