Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

vhdl coding for the following algorithm

Status
Not open for further replies.

meenambika chinnappan

Newbie level 3
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top