maya t
Newbie level 3
- Joined
- May 22, 2014
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 28
plz anybody help me to write a vhdl code for implementing image compression..
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.
as a part of my project i create a matrix using
type arr_type is array (7 downto 0) of std_logic_vector(7 downto 0);
signal my_array:arr_type;
bt i don't know how to enter the values into the matrix
plz help me