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). ...