Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
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.