xc7k480t/xdma/xdma480t_prog.tcl

9 lines
237 B
Tcl
Raw 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]
set_property PROGRAM.FILE ./build/xdma480t.bit $obj
program_hw_devices $obj