Skip to content

Release Candidate v5.4.0 #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Mar 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# axi-pcie-core

[DOE Code](https://www.osti.gov/doecode/biblio/75521)

This GIT repository is intended to be a common firmware library submodule used by many other applications.

Example: https://github.com/slaclab/pgp-pcie-apps/tree/master/firmware/submodules
Expand Down
2 changes: 1 addition & 1 deletion hardware/AbacoPc821/pcie/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/AbacoPc821/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load shared source code
loadRuckusTcl "$::DIR_PATH/../../shared"
Expand Down
2 changes: 1 addition & 1 deletion hardware/AlphaDataKu3/pcie/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/AlphaDataKu3/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load shared source code
loadRuckusTcl "$::DIR_PATH/../../shared"
Expand Down
2 changes: 1 addition & 1 deletion hardware/BittWareXupVv8/ddr/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load source code
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/BittWareXupVv8/pcie/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/BittWareXupVv8/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load shared source code
loadRuckusTcl "$::DIR_PATH/../../shared"
Expand Down
2 changes: 1 addition & 1 deletion hardware/SlacPgpCardG4/pcie/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Placeholder for multiple FPGA type support in the future
set FpgaType "XCKU040"
Expand Down
2 changes: 1 addition & 1 deletion hardware/SlacPgpCardG4/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load shared source code
loadRuckusTcl "$::DIR_PATH/../../shared"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxAlveoU200/ddr/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load source code
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxAlveoU200/pcie/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxAlveoU200/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load shared source code
loadRuckusTcl "$::DIR_PATH/../../shared"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxAlveoU250/ddr/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load source code
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxAlveoU250/pcie/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxAlveoU250/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load shared source code
loadRuckusTcl "$::DIR_PATH/../../shared"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxAlveoU280/ddr/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load source code
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxAlveoU280/pcie-3x16/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxAlveoU280/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load shared source code
loadRuckusTcl "$::DIR_PATH/../../shared"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxAlveoU50/pcie-3x16/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxAlveoU50/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load shared source code
loadRuckusTcl "$::DIR_PATH/../../shared"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxAlveoU55c/pcie-3x16/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxAlveoU55c/pcie-4x8/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxAlveoU55c/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load shared source code
loadRuckusTcl "$::DIR_PATH/../../shared"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxKcu105/pcie/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxKcu105/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load shared source code
loadRuckusTcl "$::DIR_PATH/../../shared"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxKcu116/pcie/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxKcu116/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load shared source code
loadRuckusTcl "$::DIR_PATH/../../shared"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxKcu1500/ddr/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load source code
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ begin
DRIVER_TYPE_ID_G => DRIVER_TYPE_ID_G,
DMA_AXIS_CONFIG_G => DMA_AXIS_CONFIG_G,
DATAGPU_EN_G => DATAGPU_EN_G,
GEN_SYSMON_G => false,
DMA_SIZE_G => DMA_SIZE_G)
port map (
-- AXI4 Interfaces
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxKcu1500/pcie-extended/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxKcu1500/pcie/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxKcu1500/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load shared source code
loadRuckusTcl "$::DIR_PATH/../../shared"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxVariumC1100/pcie-3x16/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxVariumC1100/pcie-4x8/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxVariumC1100/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load shared source code
loadRuckusTcl "$::DIR_PATH/../../shared"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxVcu128/pcie-3x16/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load local Source Code and Constraints
loadSource -lib axi_pcie_core -dir "$::DIR_PATH/rtl"
Expand Down
2 changes: 1 addition & 1 deletion hardware/XilinxVcu128/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load RUCKUS environment and library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
source $::env(RUCKUS_PROC_TCL)

# Load shared source code
loadRuckusTcl "$::DIR_PATH/../../shared"
Expand Down
Loading