0×01:FPGA优化思想

本文摘自《Advanced FPGA Design》一书,介绍了FPGA设计的优化策略,包括速度优化(如通过循环展开提高吞吐量)、面积优化(如通过资源共享减少重复逻辑)和低功耗优化(如使用时钟控制资源降低动态功耗)。优化过程中需权衡速度、面积和功耗的关系,避免潜在的设计问题。
摘要由CSDN通过智能技术生成

Advanced FPGA Design: Architecture, Implementation, and Optimization是一本好书
基本上所有能包含的情况都有所描述,属于手册型的,适合边学边看
以下摘录了前几章的基本架构优化思路

cipher个人感觉这里面有些种种因素相互制衡的味道比较重,比如追求速度就得损失面积,
一味的缩小面积速度肯定会下降,功耗肯定是和面积挂钩的,完美设计基本上是不可能了

速度优化的关键点:

A high-throughtput architecture is one that maximizes the number of bits per
second that can be processed by a design.

Unrolling an iterative loop increases throughput.

The penalty for unrolling an iterative loop is a proportional increase in area.

A low-latency architecture is one that minimizes the delay from input of a
module to the output.

Latency can be reduced by removing pipeline registers.

The penalty for removing pipeline registers is an increase in combinatorial
delay between registers.

Timing refers to the clock speed of a design. A design meets timing when the
maximum delay between

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值