Efficient way of adding 8 x8 matrx elements

Status
Not open for further replies.

rocking_vlsi

Member level 5
Joined
Jun 9, 2011
Messages
87
Helped
6
Reputation
12
Reaction score
6
Trophy points
1,288
Visit site
Activity points
1,833
Hi

What is optimal way of adding 8 x8 matrix elements?

Can you suggest time based and area based approaches?
 

Optimal is whatever it happens to be depending on your constraints. At one end of the spectrum: you have only one adder, and you do 64 consecutive add operations. Other end of the spectrum, 64 adders that add all the matrix elements simultaneously. And all sorts of trade offs in between, the choice of which depends roundabout 100% on your design requirements.
 

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