9 lines
237 B
Tcl
9 lines
237 B
Tcl
![]() |
|
||
|
|
||
|
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
|