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