Forum Discussion
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: