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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 2242|回复: 3

[原创] 学习

[复制链接]
发表于 2020-12-7 09:45:58 | 显示全部楼层 |阅读模式

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

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

x
floorplan
1.Create_mw_lib $my_mw_lib –open –technology$tech_file \
      -mw_referece_library $mw_ref_libs
2.Import_designs $verilog_file \
        -formatVerilog \
        -top$top_design
3.Check_library
4.Check_tlu_plus_files
5.面积大小的设置
6.电源地线的设置
7.Read_sdc $sdc_file
8.Check_timing
9.Initialize_floorplan
10.Insert_pad_filler (因为IOPAD中间会有间隙,所以要添加Filler)
11.Create_fp__placement_strategy
12.在摆放hard memory时,尽量放在边上,先看和IO关联比较大的,两个mecro之间的chnnal在10之内不允许摆放cell(set_fp_placement_strategy-sliver_size 10),把关联的mecro放在一起(grouping)。
14.hard blockages :macro周围不准放cell;soft blockages:优先不允许摆,后面如果优化的时候看情况。
file:///C:/Users/liuyu38/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg

(1)全局的blockages:
Set_app_var physopt_hard_keepout_distance 10
Set_app_var placer_soft_keepout_channal_width 25
(2)局部的blockages
Set_keepout_margin –type hard –outer {10 0 10 0} RAM5
file:///C:/Users/liuyu38/AppData/Local/Temp/msohtmlclip1/01/clip_image003.png15.在placement时一般来说是时序优先的,
Create_fp_placement –timing_driven –no
_hierarchy_gravity
16.当某一块是因为cell的密度导致的
Congestion的话就可以来减少这一块cell的
利用率来减少congestion(set-congestion_options –max_until 0.4\
                 -coordinate{x1 y1 x2 y2}
17.不允许一片区域放blockage(Floorplan——>Create placement blockage)
18.让macros靠边来摆(set_fp_placement_strategy–macros_on_edge on)
19.相当于把macro做成array(set_fp_placement–auto_grouping high)
20.解决congestion(set_fp_placement_strategy–congestion_effort high)
21.Fixed:set_dont_touch_placement[all_macro_cells]
22.Derive Power Ground Connection
file:///C:/Users/liuyu38/AppData/Local/Temp/msohtmlclip1/01/clip_image005.jpg23.create P/G Rings Around Groups of Macros
24.是否给Power下面放cell(remove_pnet_options)

发表于 2021-9-11 19:53:13 | 显示全部楼层
加油
发表于 2021-9-13 13:59:50 | 显示全部楼层
厉害
发表于 2021-9-13 16:13:52 | 显示全部楼层
加油
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

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

GMT+8, 2024-5-6 23:24 , Processed in 0.020581 second(s), 7 queries , Gzip On, Redis On.

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