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
|-------------------------------|
ICC2 常用快捷鍵
1.icc2 gui 常用快捷鍵 按鍵 f7 顯示或隱藏底部 console 選項卡 按鍵 f8 顯示或隱藏 view settings 選項卡 按鍵 f2 顯示 layers 選項卡 按鍵 f3 顯示objects 選項卡 數字鍵 顯示或隱藏該層,比如按數字鍵5,就會顯示layer 5,再按一次則...
常用命令2
刪除多行 刪除多行步驟如下 1.首先要顯示對應的行數這樣方能知道從第幾行到第幾行刪除 set nu 2.按esc鍵退出,在命令列中輸入 190,6233d 即 190 6233 都刪除掉 如果想要情況整個檔案內容,在直接執行以下命令 清空檔案內容 log.txt 行位定位 直接定位到最後一行 按es...
linux常用命令2
linux 啟動到文字介面 不啟動xwindows 介面vi etc inittab 在下面一行 id 5 initdefault 一行中的5改為 3啟動xwindows是5 文字介面是 3最後一次系統引導時間 who b 非正常關機的自動磁碟修復 etc sysconfig 裡增加乙個檔案 aut...