Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHello Dave. Thank you for replying.
Your code works, because as I stated above, you are using $clog2 which IS supported. The problem is converting to an integer value that is not an exponent of 2, usually done through a function like $rtoi. Regards.