Forum Discussion
Altera_Forum
Honored Contributor
14 years agoError (10686) Aggregate value
Hi, I am trying to use a reduction operator on a wire to check for zero. I used to do this all the time using model sim, but now it seems there is some problem with using any reduction operato...
PTorr1
New Contributor
7 years agoHi there, I believe the migration of this forum page from the Altera forum to the Intel forum may have gone a bit wrong.
I am guessing that on the previous examples this is what the authors meant:
wire Ath_out [3:0] ; // un-packed array
wire [3:0] Ath_out ; // packed arrayIf someone can confirm that would be great!