Skip to content

Commit 12999cb

Browse files
committed
fix(fb2cdg1): temporary underclocking of R-Tile PCIe Gen5x16 IP to 400 MHz
1 parent 87d6a48 commit 12999cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cards/silicom/fb2cdg1/src/ip/rtile_pcie.ip.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ do_rtile_pcie_common
2626
if {$PARAMS(PCIE_ENDPOINT_MODE) == 0 && $PARAMS(PCIE_GEN) == 4} {
2727
do_rtile_pcie_gen4_1x16 $PCI_VENDOR_ID $PCI_DEVICE_ID $USR_CLKFREQ
2828
} elseif {$PARAMS(PCIE_ENDPOINT_MODE) == 0 && $PARAMS(PCIE_GEN) == 5} {
29+
set USR_CLKFREQ 400MHz
2930
do_rtile_pcie_gen5_1x16 $PCI_VENDOR_ID $PCI_DEVICE_ID $USR_CLKFREQ
3031
} elseif {$PARAMS(PCIE_ENDPOINT_MODE) == 1 && $PARAMS(PCIE_GEN) == 5} {
3132
do_rtile_pcie_gen5_2x8 $PCI_VENDOR_ID $PCI_DEVICE_ID $USR_CLKFREQ

0 commit comments

Comments
 (0)