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...
Altera_Forum
Honored Contributor
14 years agoWell the problem was that i was defining my vectors as unpacked arrays
wire Ath_out ; // arithmetic output needs to be: wire Ath_out ; // arithmetic output Apparently the former will compile in system verilog. Hopefully someone else learns from this. :cry: