Skip to content

Commit

Permalink
moving xvc-udp from protocols to xilinx dir because xilinx specific code
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jan 16, 2025
1 parent cb84530 commit 8bb0f14
Show file tree
Hide file tree
Showing 44 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions protocols/ruckus.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ if { $::env(VIVADO_VERSION) > 0.0} {
loadRuckusTcl "$::DIR_PATH/pmbus"
loadRuckusTcl "$::DIR_PATH/salt"
loadRuckusTcl "$::DIR_PATH/spi"
loadRuckusTcl "$::DIR_PATH/xvc-udp"
}
}
1 change: 1 addition & 0 deletions xilinx/ruckus.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source $::env(RUCKUS_PROC_TCL)
if { $::env(VIVADO_VERSION) > 0.0} {
# Load the Core
loadRuckusTcl "$::DIR_PATH/general"
loadRuckusTcl "$::DIR_PATH/xvc-udp"
} else {
loadSource -lib surf -path "$::DIR_PATH/general/rtl/SelectIoRxGearboxAligner.vhd"
loadSource -lib surf -dir "$::DIR_PATH/dummy"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8bb0f14

Please sign in to comment.