Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- so, there is NO possibility to calculate this kind of functions in hardware ? --- Quote End --- Of course it's possible. But you have to serialize the operation in a suitable way. An iteration over the intended number interval can e.g. process one value per clock cycle. But this has to be defined explicitely, not by a HDL for construct, that has the purpose of specifying parallel processing.