Forum Discussion
Altera_Forum
Honored Contributor
10 years agoTricky,
HI, I'm looking at the package of the design: package hist_pkg is type hist_array is array(0 to 3, 0 to 3) of integer; type h_vector is array(0 to 3) of integer; end package; If I change the integer to unsigned, the error message I get when trying to make a symbol is "object unsigned is not declared". Did you get it make a symbol? Thanks, joe