Skip to content
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 edalize/templates/vivado/vivado-run.tcl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ if { [get_property PROGRESS [get_runs impl_1]] != "100%"} {
# The Vivado default name is beneficial when using the GUI, as it is set as
# default bitstream in the "Program Device" dialog; non-standard names need to
# be selected from a file picker first.
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] .{bit,bif}] {
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] *.{bit,pdi}] {
file copy -force $vivadoBitstreamFile [pwd]/[current_project][file extension $vivadoBitstreamFile]
}
2 changes: 1 addition & 1 deletion edalize/tools/templates/vivado/vivado-run.tcl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ if { [get_property PROGRESS [get_runs impl_1]] != "100%"} {
# The Vivado default name is beneficial when using the GUI, as it is set as
# default bitstream in the "Program Device" dialog; non-standard names need to
# be selected from a file picker first.
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] .{bit,bif}] {
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] *.{bit,pdi}] {
file copy -force $vivadoBitstreamFile [pwd]/[current_project][file extension $vivadoBitstreamFile]
}
2 changes: 1 addition & 1 deletion tests/test_vivado/board_file/test_vivado_0_run.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ if { [get_property PROGRESS [get_runs impl_1]] != "100%"} {
# The Vivado default name is beneficial when using the GUI, as it is set as
# default bitstream in the "Program Device" dialog; non-standard names need to
# be selected from a file picker first.
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] .{bit,bif}] {
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] *.{bit,pdi}] {
file copy -force $vivadoBitstreamFile [pwd]/[current_project][file extension $vivadoBitstreamFile]
}
2 changes: 1 addition & 1 deletion tests/test_vivado/edif_netlist/test_vivado_0_run.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ if { [get_property PROGRESS [get_runs impl_1]] != "100%"} {
# The Vivado default name is beneficial when using the GUI, as it is set as
# default bitstream in the "Program Device" dialog; non-standard names need to
# be selected from a file picker first.
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] .{bit,bif}] {
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] *.{bit,pdi}] {
file copy -force $vivadoBitstreamFile [pwd]/[current_project][file extension $vivadoBitstreamFile]
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ if { [get_property PROGRESS [get_runs impl_1]] != "100%"} {
# The Vivado default name is beneficial when using the GUI, as it is set as
# default bitstream in the "Program Device" dialog; non-standard names need to
# be selected from a file picker first.
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] .{bit,bif}] {
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] *.{bit,pdi}] {
file copy -force $vivadoBitstreamFile [pwd]/[current_project][file extension $vivadoBitstreamFile]
}
2 changes: 1 addition & 1 deletion tests/test_vivado/minimal/test_vivado_minimal_0_run.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ if { [get_property PROGRESS [get_runs impl_1]] != "100%"} {
# The Vivado default name is beneficial when using the GUI, as it is set as
# default bitstream in the "Program Device" dialog; non-standard names need to
# be selected from a file picker first.
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] .{bit,bif}] {
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] *.{bit,pdi}] {
file copy -force $vivadoBitstreamFile [pwd]/[current_project][file extension $vivadoBitstreamFile]
}
2 changes: 1 addition & 1 deletion tests/test_vivado/test_vivado_0_run.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ if { [get_property PROGRESS [get_runs impl_1]] != "100%"} {
# The Vivado default name is beneficial when using the GUI, as it is set as
# default bitstream in the "Program Device" dialog; non-standard names need to
# be selected from a file picker first.
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] .{bit,bif}] {
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] *.{bit,pdi}] {
file copy -force $vivadoBitstreamFile [pwd]/[current_project][file extension $vivadoBitstreamFile]
}
2 changes: 1 addition & 1 deletion tests/test_vivado/yosys/test_vivado_yosys_0_run.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ if { [get_property PROGRESS [get_runs impl_1]] != "100%"} {
# The Vivado default name is beneficial when using the GUI, as it is set as
# default bitstream in the "Program Device" dialog; non-standard names need to
# be selected from a file picker first.
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] .{bit,bif}] {
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] *.{bit,pdi}] {
file copy -force $vivadoBitstreamFile [pwd]/[current_project][file extension $vivadoBitstreamFile]
}
2 changes: 1 addition & 1 deletion tests/tools/vivado/design_run.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ if { [get_property PROGRESS [get_runs impl_1]] != "100%"} {
# The Vivado default name is beneficial when using the GUI, as it is set as
# default bitstream in the "Program Device" dialog; non-standard names need to
# be selected from a file picker first.
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] .{bit,bif}] {
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] *.{bit,pdi}] {
file copy -force $vivadoBitstreamFile [pwd]/[current_project][file extension $vivadoBitstreamFile]
}
2 changes: 1 addition & 1 deletion tests/tools/vivado/tags/design_run.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ if { [get_property PROGRESS [get_runs impl_1]] != "100%"} {
# The Vivado default name is beneficial when using the GUI, as it is set as
# default bitstream in the "Program Device" dialog; non-standard names need to
# be selected from a file picker first.
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] .{bit,bif}] {
foreach vivadoBitstreamFile [glob -path [file rootname [get_property DIRECTORY [current_run]]/[get_property top [current_fileset]]] *.{bit,pdi}] {
file copy -force $vivadoBitstreamFile [pwd]/[current_project][file extension $vivadoBitstreamFile]
}