在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 6409|回复: 10

[解决] 如何让ICC如何根据数据流来布局

[复制链接]
发表于 2012-8-7 11:43:03 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
本帖最后由 lizhaohong520@ 于 2012-8-8 10:45 编辑

问题:我已经设置好数据流的pin口,那么ICC工具有什么命令可以按照数据流摆放我的里面的凌乱的std_cell,我发现布局都以clk为核心的散开布局,好像是以时序为基准的布局。
发表于 2012-8-7 15:51:33 | 显示全部楼层
这个难度很大,基本很难实现。
有所谓的module placement,可以部分。
 楼主| 发表于 2012-8-7 16:23:26 | 显示全部楼层
回复 2# papertiger


    用create bounds 可以让一部分std_cell的强制布局在某个区域,这个就不知道hold timing好不好修复。
发表于 2012-8-7 16:27:39 | 显示全部楼层
hold time 一般不会有啥问题吧。
除非设置了太大的uncertainty.

建议可做OCV分析。
 楼主| 发表于 2012-8-7 16:42:39 | 显示全部楼层
回复 4# papertiger


    帅哥,他们说congestion GRC超过2%就不行,你帮我看看这个overflow报告。initial周期 超过了2% 但是phase1周期低于2% 那个是正解?
Start GR phase 0
Current Stage stats:
[End of Initial Routing] Elapsed real time: 0:00:00
[End of Initial Routing] Elapsed cpu  time: sys=0:00:00 usr=0:00:00 total=0:00:00
[End of Initial Routing] Stage (MB): Used    2  Alloctr    2  Proc    0
[End of Initial Routing] Total (MB): Used   13  Alloctr   14  Proc  541
Initial. Routing result:
Initial. Both Dirs: Overflow =   325 Max = 4 GRCs =   287 (3.29%)
Initial. H routing: Overflow =   172 Max = 4 (GRCs =  2) GRCs =   149 (3.42%)
Initial. V routing: Overflow =   152 Max = 4 (GRCs =  3) GRCs =   138 (3.17%)
Initial. M1         Overflow =   131 Max = 4 (GRCs =  1) GRCs =   108 (2.48%)
Initial. M2         Overflow =   151 Max = 4 (GRCs =  3) GRCs =   122 (2.80%)
Initial. M3         Overflow =    41 Max = 4 (GRCs =  1) GRCs =    41 (0.94%)
Initial. MT         Overflow =     1 Max = 0 (GRCs = 16) GRCs =    16 (0.37%)
Initial. AM         Overflow =     0 Max = 0 (GRCs =  0) GRCs =     0 (0.00%)
Initial. Total Wire Length = 585316.75
Initial. Layer M1 wire length = 101658.99
Initial. Layer M2 wire length = 303137.09
Initial. Layer M3 wire length = 162600.70
Initial. Layer MT wire length = 17919.92
Initial. Layer AM wire length = 0.00
Initial. Total Number of Contacts = 28629
Initial. Via M1_M2_THICK_R count = 19679
Initial. Via M2_M3_THICK_R count = 8699
Initial. Via M3_MT_THICK_R count = 251
Initial. Via MT_AM_TS count = 0
Initial. completed.
Start GR phase 1
Current Stage stats:
[End of Phase1 Routing] Elapsed real time: 0:00:00
[End of Phase1 Routing] Elapsed cpu  time: sys=0:00:00 usr=0:00:00 total=0:00:00
[End of Phase1 Routing] Stage (MB): Used    0  Alloctr    0  Proc    0
[End of Phase1 Routing] Total (MB): Used   13  Alloctr   14  Proc  541
phase1. Routing result:
phase1. Both Dirs: Overflow =   108 Max = 4 GRCs =    84 (0.96%)
phase1. H routing: Overflow =    29 Max = 4 (GRCs =  1) GRCs =    22 (0.51%)
phase1. V routing: Overflow =    79 Max = 4 (GRCs =  1) GRCs =    62 (1.42%)
phase1. M1         Overflow =    29 Max = 4 (GRCs =  1) GRCs =    20 (0.46%)
phase1. M2         Overflow =    79 Max = 4 (GRCs =  1) GRCs =    61 (1.40%)
phase1. M3         Overflow =     0 Max = 0 (GRCs =  2) GRCs =     2 (0.05%)
phase1. MT         Overflow =     0 Max = 0 (GRCs =  1) GRCs =     1 (0.02%)
phase1. AM         Overflow =     0 Max = 0 (GRCs =  0) GRCs =     0 (0.00%)
发表于 2012-8-7 19:51:44 | 显示全部楼层
all GRC results are correct. it will change in different stage.
 楼主| 发表于 2012-8-8 08:53:40 | 显示全部楼层
回复 6# 陈涛


    陈总,那我在第一个步骤中GRC超过2% ,是否代表我阻塞比较严重,需要重新布局(place_opt -congestion),以作调整,还是参考第二步的数据不做不需要大的改变,谢谢!
发表于 2012-8-8 10:31:20 | 显示全部楼层
以最后的GRC结果为准

那个根据数据流来布局,以前有过,大家反映不热烈,EDA厂家就把它丢了(一些有用的放到place里面了),现在一般的做法是,摆放RAM macro时,按照数据流的方向和位置摆,这样可以引导place 标准单元时也按照这个顺序
 楼主| 发表于 2012-8-8 10:45:13 | 显示全部楼层
回复 8# 陈涛


    OK,谢谢陈总。
发表于 2012-8-9 10:45:59 | 显示全部楼层
还可以写个程序手动place。

从report 看,CONGESTION 不是问题。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

×

小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-5 14:37 , Processed in 0.027263 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表