Skip to content

Commit

Permalink
bug fix on the submodule lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Nov 3, 2023
1 parent bbd79c7 commit 7994e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/ruckus.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl

# Check for submodule tagging
if { [info exists ::env(OVERRIDE_SUBMODULE_LOCKS)] != 1 || $::env(OVERRIDE_SUBMODULE_LOCKS) == 0 } {
if { [SubmoduleCheck {ruckus} {4.6.0} ] < 0 } {exit -1}
if { [SubmoduleCheck {ruckus} {4.9.0} ] < 0 } {exit -1}
if { [SubmoduleCheck {surf} {2.45.3} ] < 0 } {exit -1}
if { [SubmoduleCheck {aes-stream-drivers} {5.19.1} ] < 0 } {exit -1}
} else {
Expand Down

0 comments on commit 7994e59

Please sign in to comment.