Skip to content

Commit 1231ca7

Browse files
committed
updating ruckus.tcl to be consistent
updating remaining ruckus.tcl files to use the more portable version of loading proc
1 parent 34b0dc1 commit 1231ca7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

devices/Silabs/si5394/ruckus.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Load RUCKUS library
2-
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
2+
source $::env(RUCKUS_PROC_TCL)
33

44
# Load Source Code
55
loadSource -lib surf -dir "$::DIR_PATH/rtl"

protocols/pgp/pgp2fc/core/ruckus.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Load RUCKUS library
2-
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
2+
source $::env(RUCKUS_PROC_TCL)
33

44
# Load Source Code
55
loadSource -lib surf -dir "$::DIR_PATH/rtl"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Load RUCKUS library
2-
source -quiet $::env(RUCKUS_DIR)/vivado/proc.tcl
2+
source $::env(RUCKUS_PROC_TCL)
33

44
# Load Source Code
55
loadSource -lib surf -dir "$::DIR_PATH/rtl"

protocols/pgp/pgp2fc/ruckus.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Load RUCKUS library
2-
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
2+
source $::env(RUCKUS_PROC_TCL)
33

44
# Load the Core
55
loadRuckusTcl "$::DIR_PATH/core"

0 commit comments

Comments
 (0)