Skip to content

fix typo in hw_device name #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion axi_func_test/program_device.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ foreach team [glob -types d -directory $Team_Submission_Dir/ -tail *] {
if {$var == {1}} {
set_property PROBES.FILE {} [get_hw_devices xc7a200t_0]
set_property FULL_PROBES.FILE {} [get_hw_devices xc7a200t_0]
set_property PROGRAM.FILE "$Result_Dir/$team/$Test_Item/soc_axi_lite_top.bit" [get_hw_devices xc8a200t_0]
set_property PROGRAM.FILE "$Result_Dir/$team/$Test_Item/soc_axi_lite_top.bit" [get_hw_devices xc7a200t_0]
program_hw_devices [get_hw_devices xc7a200t_0]
refresh_hw_device [lindex [get_hw_devices xc7a200t_0] 0]
puts "$team Program Devices Successfully !"
Expand Down
2 changes: 1 addition & 1 deletion axi_mem_game_test/program_device.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ foreach team [glob -types d -directory $Team_Submission_Dir/ -tail *] {
if {$var == {1}} {
set_property PROBES.FILE {} [get_hw_devices xc7a200t_0]
set_property FULL_PROBES.FILE {} [get_hw_devices xc7a200t_0]
set_property PROGRAM.FILE "$Result_Dir/$team/$Test_Item/soc_axi_lite_top.bit" [get_hw_devices xc8a200t_0]
set_property PROGRAM.FILE "$Result_Dir/$team/$Test_Item/soc_axi_lite_top.bit" [get_hw_devices xc7a200t_0]
program_hw_devices [get_hw_devices xc7a200t_0]
refresh_hw_device [lindex [get_hw_devices xc7a200t_0] 0]
puts "$team Program Devices Successfully !"
Expand Down
2 changes: 1 addition & 1 deletion axi_perf_test/program_device.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ foreach team [glob -types d -directory $Team_Submission_Dir/ -tail *] {
if {$var == {1}} {
set_property PROBES.FILE {} [get_hw_devices xc7a200t_0]
set_property FULL_PROBES.FILE {} [get_hw_devices xc7a200t_0]
set_property PROGRAM.FILE "$Result_Dir/$team/$Test_Item/soc_axi_lite_top.bit" [get_hw_devices xc8a200t_0]
set_property PROGRAM.FILE "$Result_Dir/$team/$Test_Item/soc_axi_lite_top.bit" [get_hw_devices xc7a200t_0]
program_hw_devices [get_hw_devices xc7a200t_0]
refresh_hw_device [lindex [get_hw_devices xc7a200t_0] 0]
puts "$team Program Devices Successfully !"
Expand Down
2 changes: 1 addition & 1 deletion sram_func_test/program_device.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ foreach team [glob -types d -directory $Team_Submission_Dir/ -tail *] {
if {$var == {1}} {
set_property PROBES.FILE {} [get_hw_devices xc7a200t_0]
set_property FULL_PROBES.FILE {} [get_hw_devices xc7a200t_0]
set_property PROGRAM.FILE "$Result_Dir/$team/$Test_Item/soc_axi_lite_top.bit" [get_hw_devices xc8a200t_0]
set_property PROGRAM.FILE "$Result_Dir/$team/$Test_Item/soc_axi_lite_top.bit" [get_hw_devices xc7a200t_0]
program_hw_devices [get_hw_devices xc7a200t_0]
refresh_hw_device [lindex [get_hw_devices xc7a200t_0] 0]
puts "$team Program Devices Successfully !"
Expand Down