use command to report R and route lengths in custom comoiler
来源:IC模拟版图设计发布时间:2023-02-072317浏览
询问 AI在cc 的console中执行如下command来实现in design reporting R 与两点间走线长度:
set context [de::getActiveContext]
db::setPrefValue leStarRCReportResistance -value false -scope $context
db::setPrefValue leResistanceModel -value oaTechDB -scope $context
set res [le::reportResistance [db::getNets a -of [ed]] -source {{194.31 54.74} m5} -destination {{222.955 72.125} m3}]
puts "Path R: [lindex $res 2]"
puts "Length: [lindex $res 3]"

新闻来源:IC模拟版图设计,文中所述为作者独立观点,不代表icspec立场。更多精彩资讯请下载icspec App。如对本稿件有异议,请联系微信客服specltkj。


