集成电路技术分享

 找回密码
 我要注册

QQ登录

只需一步,快速开始

搜索
查看: 11373|回复: 2

ISE怎么样优化才能减少Number of Slices的使用率

[复制链接]
IPO 发表于 2010-5-10 13:27:14 | 显示全部楼层 |阅读模式
本帖最后由 fpgaw 于 2010-11-19 17:57 编辑

ISE怎么样优化才能减少Number of Slices的使用率
fpga 发表于 2010-5-10 13:29:54 | 显示全部楼层
Options Mark as New

Bookmark

Subscribe

Subscribe to RSS Feed

Highlight

Print

Email to a Friend

Report Inappropriate Content

06-06-2008 02:43 PM

Slices are the basic building block components in the FPGA fabric.  However each slice contains a number of LUT's, flip-flops, and carry logic elements which make up the logic of your design before mapping.  After mapping, all of the LUT's and flip-flops are packed into slices, but not necessarily filling the slices.  i.e. a slice with two LUT's and two flip-flops may be in use for just one LUT.  In the map report any slice that is used even partially is counted in the "occupied slices".  You will usually notice that the percentage of usage of slices is greater than the larger of LUT's and flip-flops.  i.e. your design may use about 25% of LUT's and flip-flops but because of sparse packing it can have nearly 50% occupied slices.  It may be possible to fit the design into fewer slices, but if it wasn't necessary (i.e. there are still slices left over) the mapper will not try to pack the logic any further.



When you are struggling to meet timing in a fairly full design, the number of occupied slices is a good indicator of when the mapper will need to start packing unrelated logic into a slice and thus limit the ability of the placer to find a placement that meets timing.  This usually happens when occupied slices reach about 95% of the device total.  While at this point you may have nearly 50% of the device resources (in LUT's and flip-flops) free, your ability to use the additional resources may be limited by your ability to meet timing constraints after routing delays.  If you don't want to delve too deeply into the methods of optimising your design to meet timing, it is generally best to keep the filled slices below this level.



regards,
Sunlife 发表于 2015-5-16 10:28:46 | 显示全部楼层
occupied slices
您需要登录后才可以回帖 登录 | 我要注册

本版积分规则

关闭

站长推荐上一条 /1 下一条

QQ|小黑屋|手机版|Archiver|fpga论坛|fpga设计论坛 ( 京ICP备20003123号-1 )

GMT+8, 2025-5-6 23:09 , Processed in 0.068930 second(s), 24 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表