Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI had the same issue, and suspect it is simply an unsupported SystemVerilog feature in Quartus II. I was able to make an unpacked structure work. Make the following change to line 140:
<line 140> packed_struct array_of_structs [10:0]; I hope this works for you. -mark