Skip to content

Commit 1b99b9f

Browse files
authored
Merge pull request #1250 from slaclab/ruckus-proc-load
updating ruckus.tcl to be consistent
2 parents 34b0dc1 + 1231ca7 commit 1b99b9f

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)