Skip to content

Commit db6cabc

Browse files
authored
Updating submodule lock for Vivado 2023.2 support
1 parent 62f68a1 commit db6cabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruckus.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source $::env(RUCKUS_PROC_TCL)
33

44
# Check for submodule tagging
55
if { [info exists ::env(OVERRIDE_SUBMODULE_LOCKS)] != 1 || $::env(OVERRIDE_SUBMODULE_LOCKS) == 0 } {
6-
if { [SubmoduleCheck {ruckus} {4.8.4} ] < 0 } {exit -1}
6+
if { [SubmoduleCheck {ruckus} {4.9.0} ] < 0 } {exit -1}
77
} else {
88
puts "\n\n*********************************************************"
99
puts "OVERRIDE_SUBMODULE_LOCKS != 0"

0 commit comments

Comments
 (0)