Skip to content

Commit

Permalink
Merge branch 'valek-refactor-ll_pcie_freq' into 'devel'
Browse files Browse the repository at this point in the history
refactor(amd_pcie_ip): set core clk frequency to 500 MHz for LL endpoint

See merge request ndk/ndk-fpga!150
  • Loading branch information
jakubcabal committed Feb 12, 2025
2 parents dc98ea6 + 5390b5d commit 787332b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ if {$PARAMS(PCIE_ENDPOINT_MODE) == 2} {
set_property -dict [list \
CONFIG.axisten_if_width {256_bit} \
CONFIG.PL_LINK_CAP_MAX_LINK_WIDTH {X8} \
CONFIG.coreclk_freq {500} \
] $IP
} else {
# x16 properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ if {$PARAMS(PCIE_ENDPOINT_MODE) == 2} {
set_property -dict [list \
CONFIG.axisten_if_width {256_bit} \
CONFIG.PL_LINK_CAP_MAX_LINK_WIDTH {X8} \
CONFIG.coreclk_freq {500} \
] $IP
} else {
# x16 properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ if {$PARAMS(PCIE_ENDPOINT_MODE) == 2} {
set_property -dict [list \
CONFIG.axisten_if_width {256_bit} \
CONFIG.PL_LINK_CAP_MAX_LINK_WIDTH {X8} \
CONFIG.coreclk_freq {500} \
] $IP
} else {
# x16 properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ if {$PARAMS(PCIE_ENDPOINT_MODE) == 2} {
set_property -dict [list \
CONFIG.axisten_if_width {256_bit} \
CONFIG.PL_LINK_CAP_MAX_LINK_WIDTH {X8} \
CONFIG.coreclk_freq {500} \
] $IP
} else {
# x16 properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ if {$PARAMS(PCIE_ENDPOINT_MODE) == 2} {
set_property -dict [list \
CONFIG.axisten_if_width {256_bit} \
CONFIG.PL_LINK_CAP_MAX_LINK_WIDTH {X8} \
CONFIG.coreclk_freq {500} \
] $IP
} else {
# x16 properties
Expand Down

0 comments on commit 787332b

Please sign in to comment.