Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNios Ii Standard C Function For Resolver Input
Just wondering if anybody has an idea about the following NIOS II codes: static inline int sinus(int a) { return ALT_CI_COSIN_INST(0,a,0); } static inline int cosinus(int a) { ...
Altera_Forum
Honored Contributor
15 years agoThey look like calls to a custom instruction to calculate sine and cosine values.