summaryrefslogtreecommitdiff
path: root/list_targets.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'list_targets.tcl')
-rw-r--r--list_targets.tcl8
1 files changed, 0 insertions, 8 deletions
diff --git a/list_targets.tcl b/list_targets.tcl
deleted file mode 100644
index 5cbbc4c..0000000
--- a/list_targets.tcl
+++ /dev/null
@@ -1,8 +0,0 @@
-open_hw_manager
-connect_hw_server
-puts "Available targets:"
-foreach target [get_hw_targets] {
- puts "Target: $target"
-}
-close_hw_manager
-exit \ No newline at end of file