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
|-------------------------------|