Skip to content

Commit 4971995

Browse files
committed
common: vcu118 vcu128: Update interconnect name
With the rework of ad_cpu_interconnect to allow other PS AXI manager ports, the interconnect IP name now reflects the AXI manager port name. Rename axi_cpu_interconnect in projects to match the PS AXI manager port name. Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent 398b4b4 commit 4971995

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

projects/common/vcu118/vcu118_system_bd.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ ad_cpu_interconnect 0x44A70000 axi_spi
286286
ad_cpu_interconnect 0x41400000 sys_mb_debug
287287

288288
## Peripheral Data Interface runs at the new sys_mb_clk frequency
289-
ad_ip_parameter axi_cpu_interconnect CONFIG.NUM_CLKS 2
290-
ad_connect sys_mb_clk axi_cpu_interconnect/aclk1
289+
ad_ip_parameter axi_dp_interconnect CONFIG.NUM_CLKS 2
290+
ad_connect sys_mb_clk axi_dp_interconnect/aclk1
291291

292292
# interconnect - memory
293293

projects/common/vcu128/vcu128_system_bd.tcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,11 @@ ad_cpu_interconnect 0x45100000 axi_ddr_cntrl C0_DDR4_S_AXI_CTRL
326326

327327
### Workaround for DDR controller with control interface
328328
### DDR contoller control interface runs at UI clock not CPU clock
329-
set_property -dict [list CONFIG.NUM_CLKS {3}] [get_bd_cells axi_cpu_interconnect]
330-
ad_connect axi_ddr_cntrl/c0_ddr4_ui_clk axi_cpu_interconnect/aclk1
329+
set_property -dict [list CONFIG.NUM_CLKS {3}] [get_bd_cells axi_dp_interconnect]
330+
ad_connect axi_ddr_cntrl/c0_ddr4_ui_clk axi_dp_interconnect/aclk1
331331

332332
### Peripheral Data Interface runs at the sys_mb_clk frequency
333-
ad_connect sys_mb_clk axi_cpu_interconnect/aclk2
333+
ad_connect sys_mb_clk axi_dp_interconnect/aclk2
334334

335335
# interconnect - memory
336336

0 commit comments

Comments
 (0)