mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 09:55:20 +00:00
5 lines
174 B
Tcl
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]
|