ICC2 常用命令

1. 关于 data preparation :

  report_ref_libs : report reference library

  report_lib  lib_aa : report the information of specified library

 

2. 关于 sta :

  report_clock_qor  -type  summary  : report the skew and latency of all clocks

  get_scenarios  -filter  active  : get  all  active scenarios

 

3. check drc:

  check zroute drc: 先执行 check_route , 然后 get_drc_error_file -all,打开 Error  Browser 就可以查看最新drc结果

  check lvs:先执行 check_lvs ,然后同样打开  Error  Browser 即可查看

  用 ICC2 读入 calibre drc file DRC_RES.db: read_drc_error_file  -file,再用 Error  Browser  查看

  根据类型抓取drc data 中的drc error: (比如抓取 M3_S_1 这种drc 的 bbox)

                 read_drc_error_file -file  design.drc.db  -error_data   design.err

                 get_drc_errors  -error_data  design.err  -of_object  M3_S_1

                 get_attr   [get_drc_errors  -error_data  design.err  -of_object  M3_S_1]   bbox

 

 4. floorplan 阶段:

   fix cell: set_placement_status   [get_flat_cells  -all tapcell*]   fixed

  读入 bkend drc data : read_drc_error_file -file  DRC_RES.db

  

 

|-------------------------------|

原文地址:https://www.cnblogs.com/xiaoxie2014/p/10754487.html