布局布线和时序分析
笔记本


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号