Forum Discussion
Altera_Forum
Honored Contributor
13 years agomodulo on parameters
Hi all! I need to do operations on multiple elements of an input vector. The elements should be handled cyclic, so that the modulo operator % would come in handy. But it doesn't work (see below). ...
Altera_Forum
Honored Contributor
13 years agoProbably the function definition for modulo would work. Thanks for that advice! How can I have the neccessary If-statement in that function?