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

  

 

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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM