9 lines
286 B
Tcl
9 lines
286 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 /home/colin/develop/abstractaccelerator/fpga/xc7z010/build/vivado.bit $obj
|
|
program_hw_devices $obj |