1 puts "JTAG-0 bitfile to program: [lindex $argv 0]"
2 puts "JTAG-1 bitfile to program: [lindex $argv 1]"
8 open_hw_target [lindex [get_hw_targets *] 0]
9 set_property PROGRAM.FILE [lindex $argv 0] [lindex [get_hw_devices] 0]
10 program_hw_devices [lindex [get_hw_devices] 0]
13 open_hw_target [lindex [get_hw_targets *] 1]
14 set_property PROGRAM.FILE [lindex $argv 1] [lindex [get_hw_devices] 0]
15 program_hw_devices [lindex [get_hw_devices] 0]