- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page