Altera_Forum
Honored Contributor
15 years agoarray initialisation
HI, ive been trying to reset an array using the following lines:
type array_t is array (0 to 60) of integer; signal array_n : array_t:= ((others=> (others=>'0'))); but i get the following error: Error (10514): VHDL aggregate error at graph_2.vhd(24): can't determine type of aggregate -- found 0 possible types please somebody help... Kind Regards