Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ SHELL := /bin/bash
VER_MAIN ?= 2024
VER_MIN ?= 2
VERSION1 ?= $(VER_MAIN).$(VER_MIN)
TOOLS ?= /proj/xbuilds/$(VERSION1)_daily_latest/installs/lin64/Vitis/$(VERSION1)/
XSA ?= ../../../hw/build/hw.xsa
SDT_OUT ?= sdt_out
USER_DTSI ?= ../user_dts/system-user.dtsi
Expand All @@ -26,7 +25,7 @@ get_sources:
gen_sdt:
$(RM) -rf $(SDT_OUT)
$(info "DTB generation started using stdgen+lopper")
$(TOOLS)/bin/xsct -eval "sdtgen set_dt_param -dir $(SDT_OUT) -xsa $(XSA) -board_dts versal-vck190-rev1.1 -zocl enable -include_dts $(USER_DTSI); sdtgen generate_sdt"
$(XSCT) -eval "sdtgen set_dt_param -dir $(SDT_OUT) -xsa $(XSA) -board_dts versal-vck190-rev1.1 -zocl enable -include_dts $(USER_DTSI); sdtgen generate_sdt"

gen_dtb:
$(RM) -rf system.dtb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Copyright (C) 2022-2024 Advanced Micro Devices, Inc. All rights reserved.
# SPDX-License-Identifier: MIT
#******************************************************************************
export XILINX_VITIS=/proj/xbuilds/2024.2_daily_latest/installs/lin64/Vitis/2024.2

export PYTHON_VER="python-3.8.3"
export CMAKE_VER="cmake-3.24.2"
Expand Down