1
0
mirror of synced 2026-04-25 20:02:10 +00:00
Files
YosysHQ.yosys/techlibs/xilinx/example_basys3/run_prog.tcl
2015-02-01 17:09:34 +01:00

5 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]