xc7k480t/xdma/xdma480t_prog.tcl

9 lines
231 B
Tcl
Raw Permalink Normal View History

2025-05-01 20:15:12 +08:00
if { [ catch { open_hw_manager } ] } { open_hw }
connect_hw_server
open_hw_target
puts [get_hw_devices]
set obj [lindex [get_hw_devices [current_hw_device]] 0]
2025-05-02 19:01:03 +08:00
set_property PROGRAM.FILE ./xdma480t.bit $obj
2025-05-01 20:15:12 +08:00
program_hw_devices $obj