Adnan86
Full Member level 2
- Joined
- Apr 4, 2013
- Messages
- 121
- Helped
- 26
- Reputation
- 52
- Reaction score
- 26
- Trophy points
- 1,308
- Activity points
- 2,153
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.