yosys/techlibs/xilinx/example_basys3/run_prog.tcl
2015-02-01 17:09:34 +01:00

4 lines
174 B
Tcl

connect_hw_server
open_hw_target [lindex [get_hw_targets] 0]
set_property PROGRAM.FILE example.bit [lindex [get_hw_devices] 0]
program_hw_devices [lindex [get_hw_devices] 0]