面积换速度:Carry Look-ahead Adder

本文介绍了Carry-Look-Ahead(CLA)加法器如何通过减少确定进位比特的时间来提高计算速度。通过使用三个16位加法器构建32位加法器,文章讨论了低16位和高16位的处理以及频率需求与门计数的关系。
摘要由CSDN通过智能技术生成
  • A carry-look-ahead adder improves speed by reducing the time required to determine carry bits.
  • The “CLA logic” is also the timing critical psth inthe design.
  • 面积换速度,3个16bit的CLA来提高一个32bit的CLA
    请添加图片描述
  • we wiil use three 16-bits adders to design a faster 32-bits adders.
  • Low 16-bits adder will output low 16-bits of sum(sum[15:0])
  • Two high 16-bits adders have same high 16-bits inputs, but one’s carry_in is 1’b0, another is 1’b1.
  • The high 16-bits of sum and carry_out of 32-bits adder will depend on carry_out of the low 16-bits adder
  • If carry_out of low 16-bits adder(carry_out_low) is 0/1.
    • high 16-bits of sum will be sum_high_0[15:0]/sum_high_1[15:0]
    • carry_out will be carry_out_high_0/carry_out_high_1
      请添加图片描述

请添加图片描述
And from the different comparisions, we learned higher frequency requires higher gate count.

在这里插入图片描述
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值