|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
FPGAmap report中有列出关于资源占用的情况,如下例:
Logic Utilization:
Number of Slice Flip Flops: 1,970 out of 11,776 16%
Number of 4 input LUTs: 2,261 out of 11,776 19%
Logic Distribution:
Number of occupied Slices: 2,005 out of 5,888 34%
Number of Slices containing only related logic: 2,005 out of 2,005 100%
Number of Slices containing unrelated logic: 0 out of 2,005 0%
*See NOTES below for an explanation of the effects of unrelated logic.
Total Number of 4 input LUTs: 2,588 out of 11,776 21%
Number used as logic: 2,195
Number used as a route-thru: 327
Number used for Dual Port RAMs: 64
(Two LUTs used per Dual Port RAM)
Number used as Shift registers: 2
The Slice Logic Distribution report is not meaningful if the design is
over-mapped for a non-slice resource or if Placement fails.
Number of bonded IOBs: 124 out of 311 39%
Number of BUFGMUXs: 3 out of 24 12%
Number of DCMs: 1 out of 8 12%
Number of RAMB16BWEs: 3 out of 20 15%
按照普通情况是通过Number of occupied Slices和Total Number of 4 input LUTs来分析资源利用情况,但是又提到1个Slice包含两个LUT和FF,所以应该只看occupied Slices就可以了啊,为什么还要把total no. of 4 input LUTs参与考虑呢 |
|