Skip to content

Commit

Permalink
Update project_management.tcl for Vivado 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 authored Nov 20, 2024
1 parent cb8a0d3 commit a8b52cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vivado/proc/project_management.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ proc CheckVivadoVersion { } {
return -code error
}
# Check if version is newer than what official been tested
if { [VersionCompare 2024.1.0] > 0 } {
if { [VersionCompare 2024.2.0] > 0 } {
puts "\n\n\n\n\n********************************************************"
puts "ruckus has NOT been regression tested with this Vivado $::env(VIVADO_VERSION) release yet"
puts "https://confluence.slac.stanford.edu/x/n4-jCg"
Expand Down

0 comments on commit a8b52cc

Please sign in to comment.