Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Well 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: --- Quote End --- Thanks very much - this helped me a lot. I knew about the packed form, but forgot it and got this error. Thanks!