set count 0
dbForEachCellInst [dbgTopCell] inst {
set cell [dbInstCell $inst]
if {[mib::isCellFlexFiller [dbCellName $cell]]} {
dbForEachInstTerm $inst term {
if {[dbIsTermTieHi $term] || [dbIsTermTieLo $term]} {
incr count
}
}
}
}
Puts "Test : There is $count flexFiller connected to tieHi or TieLo"
posted on 2011-10-11 13:50
Klarke 阅读(229)
评论(0) 编辑 收藏 引用