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

Question about Modelsim user defined radix

Altera_Forum
Honored Contributor II
1,601 Views

Hi, 

 

In Modelsim wave view window, is it possible to set the radix for separate bit(s) in the signal. For example: 

 

0000000010101100 (binary radix), instead of showing '172' in decimal radix, I'd like to see the decimal radix for each byte, namely {0,172}? 

 

Thanks
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
813 Views

you can separate out and group each byte yourself, and then show each byte as decimal. This might be the easiest. The only way I know to define custom radix is define each state separately, which in your case is 2^16, which would mean way to much to code.

0 Kudos
Reply