added program stage

This commit is contained in:
Luka Jankovic 2024-01-14 02:05:32 +01:00
parent db656c31b4
commit 3211263908

6
program.tcl.in Normal file
View file

@ -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]