mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
Added `CONFIG_VOLTAGE` and `CFGBVS` to constraints file to avoid warning `DRC 23-20`. Added `open_hw` needed for programming.
6 lines
182 B
Tcl
6 lines
182 B
Tcl
open_hw
|
|
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]
|