vhdl coding for the following algorithm

Status
Not open for further replies.

meenambika chinnappan

Newbie level 3
Joined
Dec 7, 2010
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,297
hi all...
please help me wit the codings..
am jus a vhdl beginner...
it is a 4 by 4 matrix

[0,0] = [(A+B) +(B+C)+2]>>2;
[0,1] [1,0] = [(C+D)+(B+C)+2]>>2;
[0,2] [1,1] [2,0] = [(C+D)+(D+E)+2]>>2;
[0,3][3,0][1,2][2,1] = [(E+F)+(D+E)+2]>>2;
[1,3][3,1][2,2] = [(E+F)+(F+G)+2]>>2;
[2,3][3,2] = [(G+H)+(F+G)+2]>>2;
[3,3] = [(G+H)+(H+H)+2]>>2;
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…