|
|
发表于 2011-11-24 22:48:28
|
显示全部楼层
for good habit , input pins should be tie to gnd if floating
output port can be floating ,
but it is not a must action ,
you must write scripts to query ,
like
foreach_in_coll var [get_flat_cells ] {
foreach_in_coll var2 [get_pins -of $var ] {
set nets [get_nets -of $var2 -quiet ]
if XXXXXx |
|