Skip to content

Commit

Permalink
2021/2023 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rashed committed Apr 17, 2024
1 parent 329ed16 commit 23259e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions boards/alpha250/board.mk
Expand Up @@ -3,10 +3,10 @@ UBOOT_CONFIG = zynq_alpha250_defconfig
ZYNQ_TYPE ?= zynq
UBOOT_TAG := xilinx-uboot-v$(VIVADO_VERSION)
LINUX_TAG := xilinx-linux-v$(VIVADO_VERSION)
DTREE_TAG := xilinx-v$(VIVADO_VERSION)
DTREE_TAG := xilinx_v$(VIVADO_VERSION)

UBOOT_URL := https://github.com/Xilinx/u-boot-xlnx/archive/xilinx-v$(VIVADO_VERSION).tar.gz
LINUX_URL := https://github.com/Xilinx/linux-xlnx/archive/xilinx-v$(VIVADO_VERSION).tar.gz
DTREE_URL := https://github.com/Xilinx/device-tree-xlnx/archive/$(DTREE_TAG).tar.gz
LINUX_URL := https://github.com/Xilinx/linux-xlnx/archive/refs/tags/xilinx-v$(VIVADO_VERSION).tar.gz
DTREE_URL := https://github.com/Xilinx/device-tree-xlnx/archive/refs/tags/$(DTREE_TAG).tar.gz

FSBL_PATH := $(OS_PATH)/alpha/fsbl
FSBL_PATH := $(OS_PATH)/alpha/fsbl
3 changes: 2 additions & 1 deletion examples/alpha250/adc-dac-dma/block_design.tcl
@@ -1,8 +1,8 @@
source $board_path/starting_point.tcl

##################################################
# DMA
##################################################
#

# Configure Zynq Processing System
set_cell_props ps_0 {
Expand Down Expand Up @@ -152,6 +152,7 @@ exclude_bd_addr_seg [get_bd_addr_segs axi_dma_0/Data_S2MM/SEG_ps_0_HP0_DDR_LOWOC

# S2MM on HP0
assign_bd_address [get_bd_addr_segs {ps_0/S_AXI_HP2/HP2_DDR_LOWOCM }]
assign_bd_address -target_address_space /axi_dma_0/Data_S2MM [get_bd_addr_segs ps_0/S_AXI_HP2/HP2_DDR_LOWOCM] -force
set_property range [get_memory_range ram_s2mm] [get_bd_addr_segs {axi_dma_0/Data_S2MM/SEG_ps_0_HP2_DDR_LOWOCM}]
set_property offset [get_memory_offset ram_s2mm] [get_bd_addr_segs {axi_dma_0/Data_S2MM/SEG_ps_0_HP2_DDR_LOWOCM}]
exclude_bd_addr_seg [get_bd_addr_segs axi_dma_0/Data_SG/SEG_ps_0_HP2_DDR_LOWOCM]
Expand Down

1 comment on commit 23259e9

@jeanminet
Copy link

@jeanminet jeanminet commented on 23259e9 Apr 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.
I installed Vivado/Vitis 2023.2.
I'm creating a branch 2023.2 from 2020.1 with the goal of merging it into master.

Please sign in to comment.