From 3211263908a154343a7c83342855d2f5a667eb49 Mon Sep 17 00:00:00 2001 From: Luka Jankovic Date: Sun, 14 Jan 2024 02:05:32 +0100 Subject: [PATCH] added program stage --- program.tcl.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 program.tcl.in diff --git a/program.tcl.in b/program.tcl.in new file mode 100644 index 0000000..9268178 --- /dev/null +++ b/program.tcl.in @@ -0,0 +1,6 @@ +open_hw_manager +connect_hw_server +current_hw_target +open_hw_target +set_property PROGRAM.FILE {{PROJ}}.bit [current_hw_device] +program_hw_devices [current_hw_device] \ No newline at end of file