summaryrefslogtreecommitdiff
path: root/list_targets.tcl
blob: 5cbbc4c503ee5444ec974953b59923914f943919 (plain)
1
2
3
4
5
6
7
8
open_hw_manager
connect_hw_server
puts "Available targets:"
foreach target [get_hw_targets] {
    puts "Target: $target"
}
close_hw_manager
exit