JasonHooIC的个人空间 https://blog.eetop.cn/1774773 [收藏] [复制] [分享] [RSS]

空间首页 动态 记录 日志 相册 主题 分享 留言板 个人资料

日志

数字集成电路后端设计学习日志06

已有 1020 次阅读| 2021-4-15 11:35 |个人分类:后端设计学习|系统分类:芯片设计

0414

Main target today: Placement and Optimization

Improve timing/qor/congestion… issue with optimization

1.  Pre-placement check

To ensure that there is no issue that prevent place&opt:

Report_qor -summary #A brief view of QoR

Get_flat_nets -quiet -filter is_ideal #clear all ideal nets

Report_ignored_layers #Find maximum routing metal layer

Report_design -summary

Report_utilization

Check-design -checks pre_placement_stage

 

2.  Pre_placement Setting

#Enable tie cells——get ESD protection enabled and fixed

Set_lib_cell_purpose -include optimization [get_lib_cells $TIE_LIB_CELL_PATTERN_LIST]

Set_dont_touch [get_lib_cells $TIE_LIB_CELL_PATTERN_LIST] false

Set_app_options -list{opt.tie_cell.max_fanout_8}

 

3.  Pre_optimization Setting

#first confirm at least 1 scenario is enabled(usually there are 4 or more scenarios)

Report_scenario

Set_app_options -name opt.power.mode -value leakage

Set_app_options -name opt.power.mode -value dynamic

Set_app_options -name opt.power.mode -value total

#enable layer optimization

Set_app_options -name place_opt.flow.optimize_layers -value true

#limit maximum density of coarse placement

Set_app_options -name place.coarse.max_density -value 0.7

#ensure default setting of scan chains optimization (scan chain improves hold violation between standard cells) reset_app_options opt.dft.optimize_scan_chain

Set_app_option_value -name opt.dft.optimize_scan_chain

 

4.  Run Place

#place_opt include 5 phase {initial_plac /initial_drc/initial_opto/final_place/final_opto},command”place_opt”will automatically run the 5 phase sequentially ,also each phase can be run one by one using “place_opt_run_place_opt_phase xx or place_opt -from$xx -to$xx”

Place_opt

5. Once finished

Check legality mv_design

Report qor design summary

Report timing


点赞

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 注册

  • 关注TA
  • 加好友
  • 联系TA
  • 0

    周排名
  • 0

    月排名
  • 0

    总排名
  • 0

    关注
  • 9

    粉丝
  • 0

    好友
  • 0

    获赞
  • 3

    评论
  • 访问数
关闭

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

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

GMT+8, 2024-4-27 23:42 , Processed in 0.026409 second(s), 19 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
返回顶部