语法:tcl_tessent
tcl for tessent
因为有些如get_cells(dc) get_instances(tessent)的命令与dc的不一样,所以有些基本的cc proc需要重写下。
这里记录一些比较有用的proc for tessent
1. cc
proc cc {ar} { foreach_in_collection i $ar { puts [get_attribute_value_list $i -name name] } }
2. 获取register数量
get_instances * -hierarchical -filter "is_sequential_cell==true"
语法/tcl_tessent.txt · 最后更改: 2024/10/08 08:00 由 user01