Skip to content

Commit

Permalink
common: vcu118 vcu128: Update interconnect name
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
gastmaier committed Sep 4, 2024
1 parent 398b4b4 commit 4971995
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions projects/common/vcu118/vcu118_system_bd.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ ad_cpu_interconnect 0x44A70000 axi_spi
ad_cpu_interconnect 0x41400000 sys_mb_debug

## Peripheral Data Interface runs at the new sys_mb_clk frequency
ad_ip_parameter axi_cpu_interconnect CONFIG.NUM_CLKS 2
ad_connect sys_mb_clk axi_cpu_interconnect/aclk1
ad_ip_parameter axi_dp_interconnect CONFIG.NUM_CLKS 2
ad_connect sys_mb_clk axi_dp_interconnect/aclk1

# interconnect - memory

Expand Down
6 changes: 3 additions & 3 deletions projects/common/vcu128/vcu128_system_bd.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,11 @@ ad_cpu_interconnect 0x45100000 axi_ddr_cntrl C0_DDR4_S_AXI_CTRL

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

### Peripheral Data Interface runs at the sys_mb_clk frequency
ad_connect sys_mb_clk axi_cpu_interconnect/aclk2
ad_connect sys_mb_clk axi_dp_interconnect/aclk2

# interconnect - memory

Expand Down

0 comments on commit 4971995

Please sign in to comment.