From d096f707822967aa99d37605198fc9acd5f6a90d Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 29 Aug 2025 20:06:55 +0200 Subject: Blinky works --- list_targets.tcl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 list_targets.tcl (limited to 'list_targets.tcl') diff --git a/list_targets.tcl b/list_targets.tcl new file mode 100644 index 0000000..5cbbc4c --- /dev/null +++ b/list_targets.tcl @@ -0,0 +1,8 @@ +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 -- cgit v1.3.1