Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17105 Discussions

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

Useral98
Beginner
825 Views

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:

Useral98_0-1695742466898.png

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

Useral98_2-1695742769988.png

Thanks!

Labels (1)
0 Kudos
1 Solution
sstrell
Honored Contributor III
813 Views

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.

View solution in original post

0 Kudos
1 Reply
sstrell
Honored Contributor III
814 Views

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.

0 Kudos
Reply