Looks like you have no items in your shopping cart.
Click here to continue shopping
set ipd [get_ipdefs]foreach ip $ipd {set known_targets [get_property known_targets $ip]if { [lsearch $known_targets example] != -1 } {puts $ip}}