64 bit carry look adder

Status
Not open for further replies.

g0zde

Newbie level 2
Joined
Jul 5, 2007
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,289
can anyone help me for my project which is about 64 bit carry look adder in fpga if you have any documents about it please tell me..thank u
 

Most modern FPGAs have high-performance carry look-ahead logic built into the logic cells. The synthesis tools will see the 64-bit add operator in your HDL, and automatically use the carry look-ahead logic. If you try to build your own adder and carry logic, you will get relatively poor performance.

For example, see "Figure 22 Carry Logic" in the "Spartan-3E FPGA Family Complete Data Sheet":
**broken link removed**
 

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