Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIt is easily fixed - just give X(0) and (1) an initial value.
signal x : array_n1bit := (others => (others => '0'));It is easily fixed - just give X(0) and (1) an initial value.
signal x : array_n1bit := (others => (others => '0'));