Adnan86
Full Member level 2
Hi
In Vhdl if i have matrix 2x2 , and want all matrix zero we use this :
(others => (others=>0));
if i have MxN matrix, how i can give all arrow and column zero value ?
thanks.
In Vhdl if i have matrix 2x2 , and want all matrix zero we use this :
(others => (others=>0));
if i have MxN matrix, how i can give all arrow and column zero value ?
thanks.