Skip to content

Commit

Permalink
Merge pull request #322 from slaclab/pre-release
Browse files Browse the repository at this point in the history
Release Candidate 4.13.1
  • Loading branch information
ruck314 authored Jun 3, 2024
2 parents f5bcc6b + c8c44a6 commit 4028846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
*.pptx filter=lfs diff=lfs merge=lfs -text
*.xlsx filter=lfs diff=lfs merge=lfs -text
*.h5 filter=lfs diff=lfs merge=lfs -text
*.hdf5 filter=lfs diff=lfs merge=lfs -text
*.npy filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
4 changes: 2 additions & 2 deletions 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 2023.2.0] > 0 } {
if { [VersionCompare 2024.1.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 Expand Up @@ -291,4 +291,4 @@ proc RemoveUnsuedCode { } {
update_compile_order -quiet -fileset sources_1
update_compile_order -quiet -fileset sim_1
remove_files [get_files -filter {IS_AUTO_DISABLED}]
}
}

0 comments on commit 4028846

Please sign in to comment.