Skip to content

Commit

Permalink
Merge pull request #299 from slaclab/pre-release
Browse files Browse the repository at this point in the history
Release Candidate v4.8.3
  • Loading branch information
ruck314 authored May 20, 2023
2 parents e6ed046 + de1c860 commit dd8752d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
*.xlsx filter=lfs diff=lfs merge=lfs -text
*.h5 filter=lfs diff=lfs merge=lfs -text
*.npy filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ bin*
.Xil*
.obj*
.ipynb_checkpoints*
*.jou

# Only .bit.gz and .mcs.gz should be committed to git
*.bit
Expand Down
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 2022.2.0] > 0 } {
if { [VersionCompare 2023.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
2 changes: 1 addition & 1 deletion vivado/proc/sim_management.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ proc VcsCompleteMessage {dirPath rogueSim} {
}
}
puts "\t\$ ./sim_vcs_mx.sh"
puts "\t\$ ./simv -gui=verdi -verdi_opts "-ultra" &"
puts "\t\$ ./simv -gui=verdi -verdi_opts \"-ultra\" &"
puts "********************************************************\n\n"
}

0 comments on commit dd8752d

Please sign in to comment.