fahim1
Member level 4
- Joined
- Jun 4, 2015
- Messages
- 75
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 8
- Activity points
- 517
hi
can we declare 2D vector of type unsigned?how?
tnx
can we declare 2D vector of type unsigned?how?
tnx
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
type my_array_t is array(natural range <>, natural range <>) of unsigned(7 downto 0);
signal my_array : my_array_t(1 downto 0, 10000 downto 623);