Forum Discussion
Altera_Forum
Honored Contributor
11 years agoFirst of all, I think you made an error:
type GMat is array (0 to 1, 0 to 1) of GMat; shouldnt it be type GMat is array (0 to 1, 0 to 1) of GVal; I have done exactly what you did (2d array of sfixed in a package), without crashes, back in Q9.1 and 10.0 I think, maybe even 11.0. Have you tried a newer version? Can you post the code to see if we can see anything untoward?