Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
You should use the Cordic IP core in order to generate complex mathematical functions.
Try to instantiate and simulate the cordic core and configure it such a way that your math functions are generated. - Altera_Forum
Honored Contributor
Or just precompute the values you need to some resolution, and store them in a ROM lookup table using block RAM.
It all depends on what data format and resolution of computation you need (ie, 16b integer vs 32b floating point require dramatically different logic). - Altera_Forum
Honored Contributor
Thank you so much for the suggestions.