| 笔记本 | |
| 2019-04-25 13:11:09 | 抓出design中的float input pin | 走来走去 | 202.101.58.98 |
foreach_in_coll obj [get_flat_pins -hier -filter "direction == in" ] {
set j_net [get_flat_nets -of $obj ]
set j_all_direction [get_attr [get_flat_pins -of $j_net ] direction ]
if { ! [regexp out $j_all_direction ] && ! [regexp PORT [get_object_name $obj ] ]} {
puts "Error: this pin is floating:"
puts [get_object_name $obj ]
}
}
| |||
| 回到首页 , 时钟 , 联系信箱:yzbox#163.com(把#换成@) | 粤ICP备18155639号 |