Skip to content
Open
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: 1 addition & 1 deletion projects/ad9081_fmca_ebz/common/ad9081_fmca_ebz_bd.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ if {$INTF_CFG != "RX"} {
# Connect PHY Quads to CPU
if {!$ADI_PHY_SEL} {
for {set i 0} {$i < $num_quads} {incr i} {
set addr [expr 0x44a60000 + $i * 0x100000]
set addr [expr 0x44040000 + $i * 0x40000]
if {$INTF_CFG == "RXTX"} {
ad_cpu_interconnect $addr $rx_phy s_axi_${i}
} elseif {$INTF_CFG == "RX"} {
Expand Down