Skip to content

Commit 96613bb

Browse files
Abhishek MedhekarGitHub Enterprise
Abhishek Medhekar
authored and
GitHub Enterprise
committed
Move to 2023.1 from 2022.2 (#1549)
1 parent 299653f commit 96613bb

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@Library('pipeline-library')_
22

33
VitisLibPipeline (branch: 'master', libname: 'Vitis_Accel_Examples', run_sw_in_pr: 'true', TARGETS: 'vitis_sw_emu:vitis_hw_emu',
4-
email: '[email protected]', devtest: 'RunDeploy.sh', TOOLVERSION: '2022.2_released')
4+
email: '[email protected]', devtest: 'RunDeploy.sh', TOOLVERSION: '2023.1_released')

aie_kernels/single_aie_gmio_xrt/makefile_versal_ps.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ TARGET := hw
4545
SYSROOT := $(EDGE_COMMON_SW)/sysroots/aarch64-xilinx-linux/
4646
SD_IMAGE_FILE := $(EDGE_COMMON_SW)/Image
4747
CXX :=aarch64-linux-gnu-g++
48-
PLATFORM_REPO_PATHS = /proj/xbuilds/2022.2_daily_latest/internal_platforms
48+
PLATFORM_REPO_PATHS = /proj/xbuilds/2023.1_daily_latest/internal_platforms
4949
PLATFORM = $(PLATFORM_REPO_PATHS)/xilinx_vck190_base_202220_1/xilinx_vck190_base_202220_1.xpfm
5050
XPFM = vck190_xpfm
5151

common/utility/io_page_maker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@
8989
git checkout \-b update_gh
9090

9191
#copy build/html from internal clone to master/html in gh-pages
92-
cp -rf ../../internal/Vitis_Accel_Examples/build/html ./2022.2
92+
cp -rf ../../internal/Vitis_Accel_Examples/build/html ./2023.1
9393

9494
#add files for commit
95-
git add ./2022.2
95+
git add ./2023.1
9696
git commit -m "updated gh_pages"
9797

9898
#push to origin

common/utility/reference.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
"xrt::device": "https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Specifying-the-Device-ID-and-Loading-the-XCLBIN",
7777
"xrt::bo": "https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Writing-Host-Applications-with-XRT-API",
7878
"xrt::kernel": "https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Setting-Up-XRT-Managed-Kernels-and-Kernel-Arguments",
79-
"xrt::queue": "https://xilinx.github.io/XRT/2022.2/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue",
80-
"enqueue": "https://xilinx.github.io/XRT/2022.2/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue",
81-
"wait()": "https://xilinx.github.io/XRT/2022.2/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue",
79+
"xrt::queue": "https://xilinx.github.io/XRT/2023.1/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue",
80+
"enqueue": "https://xilinx.github.io/XRT/2023.1/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue",
81+
"wait()": "https://xilinx.github.io/XRT/2023.1/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue",
8282
"map": "https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Transferring-Data-between-Software-and-PL-Kernels",
8383
"sync": "https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Transferring-Data-between-Software-and-PL-Kernels",
8484
"enable_memory_persistence": "https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/xrt.ini-File",
@@ -207,7 +207,7 @@
207207
"SystemC": "https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Working-with-SystemC-Models",
208208
"XRT Native API": "https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Setting-Up-XRT-Managed-Kernels-and-Kernel-Arguments",
209209
"P2P": "https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Special-Data-Transfer-Models",
210-
"Asynchronous Programming": "https://xilinx.github.io/XRT/2022.2/html/xrt_native_apis.html?highlight=queue#asynchornous-programming-with-xrt-experimental",
210+
"Asynchronous Programming": "https://xilinx.github.io/XRT/2023.1/html/xrt_native_apis.html?highlight=queue#asynchornous-programming-with-xrt-experimental",
211211
"User-Managed RTL Kernel": "https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Creating-User-Managed-RTL-Kernels",
212212
"RTL C-Model": "https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Software-Model-and-Host-Code-Example",
213213
"Compiling and Linking for x86": "https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Compiling-and-Linking-for-x86",

emulation/aie_func_mode/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,14 @@ ifeq ($(TARGET),$(filter $(TARGET),sw_emu hw_emu))
193193
--package.image_format=ext4 \
194194
--package.boot_mode=sd \
195195
--package.kernel_image $(SD_IMAGE_FILE) \
196-
--package.sd_dir /proj/xbuilds/2022.2_daily_latest/internal_platforms/sw/versal/xrt \
196+
--package.sd_dir /proj/xbuilds/2023.1_daily_latest/internal_platforms/sw/versal/xrt \
197197
--package.sd_file $(RUN_APP_SCRIPT) \
198198
--package.sd_file aie_func_mode $(LINK_OUTPUT) $(GRAPH_O) -o $(XCLBIN)
199199
@echo "COMPLETE: emulation package created."
200200
else
201201
ifeq ($(dfx_hw), true)
202202
v++ $(VPP_FLAGS) -t hw --platform $(PLATFORM) -p $(LINK_OUTPUT) --package.defer_aie_run -o $(XCLBIN)
203-
v++ $(VPP_PFLAGS) -t hw --platform $(PLATFORM) -p --package.out_dir $(PACKAGE_OUT) --package.rootfs $(EDGE_COMMON_SW)/rootfs.ext4 --package.image_format=ext4 --package.boot_mode=sd --package.kernel_image=$(SD_IMAGE_FILE) --package.sd_dir /proj/xbuilds/2022.2_daily_latest/internal_platforms/sw/versal/xrt --package.sd_file $(RUN_APP_SCRIPT) --package.sd_file aie_adder --package.sd_file $(XCLBIN) --package.sd_file $(GRAPH_O)
203+
v++ $(VPP_PFLAGS) -t hw --platform $(PLATFORM) -p --package.out_dir $(PACKAGE_OUT) --package.rootfs $(EDGE_COMMON_SW)/rootfs.ext4 --package.image_format=ext4 --package.boot_mode=sd --package.kernel_image=$(SD_IMAGE_FILE) --package.sd_dir /proj/xbuilds/2023.1_daily_latest/internal_platforms/sw/versal/xrt --package.sd_file $(RUN_APP_SCRIPT) --package.sd_file aie_adder --package.sd_file $(XCLBIN) --package.sd_file $(GRAPH_O)
204204
else
205205
v++ $(VPP_PFLAGS) -p -t hw \
206206
--platform $(PLATFORM) \
@@ -210,7 +210,7 @@ else
210210
--package.boot_mode=sd \
211211
--package.kernel_image=$(SD_IMAGE_FILE) \
212212
--package.defer_aie_run \
213-
--package.sd_dir /proj/xbuilds/2022.2_daily_latest/internal_platforms/sw/versal/xrt \
213+
--package.sd_dir /proj/xbuilds/2023.1_daily_latest/internal_platforms/sw/versal/xrt \
214214
--package.sd_file $(RUN_APP_SCRIPT) \
215215
--package.sd_file aie_adder $(LINK_OUTPUT) $(GRAPH_O) -o $(XCLBIN)
216216

host_xrt/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ XRT Native API's for optimized interfacing with Xilinx Devices.
1616
**Key Concepts**
1717

1818
* `XRT Native API <https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Setting-Up-XRT-Managed-Kernels-and-Kernel-Arguments>`__
19-
* `Asynchronous Programming <https://xilinx.github.io/XRT/2022.2/html/xrt_native_apis.html?highlight=queue#asynchornous-programming-with-xrt-experimental>`__
19+
* `Asynchronous Programming <https://xilinx.github.io/XRT/2023.1/html/xrt_native_apis.html?highlight=queue#asynchornous-programming-with-xrt-experimental>`__
2020
**Keywords**
2121

22-
* `xrt::queue <https://xilinx.github.io/XRT/2022.2/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue>`__
23-
* `enqueue <https://xilinx.github.io/XRT/2022.2/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue>`__
24-
* `wait() <https://xilinx.github.io/XRT/2022.2/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue>`__
22+
* `xrt::queue <https://xilinx.github.io/XRT/2023.1/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue>`__
23+
* `enqueue <https://xilinx.github.io/XRT/2023.1/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue>`__
24+
* `wait() <https://xilinx.github.io/XRT/2023.1/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue>`__
2525

2626
* - `copy_buffer_xrt <copy_buffer_xrt>`_
2727
- This Copy Buffer example demonstrate how one buffer can be copied from another buffer.

host_xrt/asynchronous_xrt/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Asynchronous XRT (XRT Native API's)
33

44
This is simple example which showcases asynchronous programming mechanism through the user-defined queues.
55

6-
**KEY CONCEPTS:** `XRT Native API <https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Setting-Up-XRT-Managed-Kernels-and-Kernel-Arguments>`__, `Asynchronous Programming <https://xilinx.github.io/XRT/2022.2/html/xrt_native_apis.html?highlight=queue#asynchornous-programming-with-xrt-experimental>`__
6+
**KEY CONCEPTS:** `XRT Native API <https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Setting-Up-XRT-Managed-Kernels-and-Kernel-Arguments>`__, `Asynchronous Programming <https://xilinx.github.io/XRT/2023.1/html/xrt_native_apis.html?highlight=queue#asynchornous-programming-with-xrt-experimental>`__
77

8-
**KEYWORDS:** `xrt::queue <https://xilinx.github.io/XRT/2022.2/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue>`__, `enqueue <https://xilinx.github.io/XRT/2022.2/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue>`__, `wait() <https://xilinx.github.io/XRT/2022.2/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue>`__
8+
**KEYWORDS:** `xrt::queue <https://xilinx.github.io/XRT/2023.1/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue>`__, `enqueue <https://xilinx.github.io/XRT/2023.1/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue>`__, `wait() <https://xilinx.github.io/XRT/2023.1/html/xrt_native_apis.html?highlight=queue#executing-multiple-tasks-through-queue>`__
99

1010
.. raw:: html
1111

validate/validate_aie2_pl/pl_kernels/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#See the License for the specific language governing permissions and
1111
#limitations under the License.
1212
#
13-
#PLATFORM = /proj/xbuilds/Vitis_HW_EMU/2022.2/xilinx_v70_hw_emu_202220_1/2022.2_0817_2230/xilinx_v70_hw_emu_202220_1/xilinx_v70_hw_emu_202220_1.xpfm
13+
#PLATFORM = /proj/xbuilds/Vitis_HW_EMU/2023.1/xilinx_v70_hw_emu_202310_1/2023.1_0408_2230/xilinx_v70_hw_emu_202310_1/xilinx_v70_hw_emu_202310_1.xpfm
1414
PLATFORM = $(DEVICE)
1515
TARGET := hw
1616

validate/validate_aie2_pl/utils.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ ifeq ($(TARGET),hw)
103103
dfx_hw := on
104104
endif
105105
endif
106-
# 3) for embeded sw_emu flow from 2022.2
106+
# 3) for embeded sw_emu flow from 2023.1
107107
ps_on_x86 := off
108108
ifneq ($(HOST_ARCH), x86)
109-
ifeq ($(shell expr $(VITIS_VER) \>= 2022.2), 1)
109+
ifeq ($(shell expr $(VITIS_VER) \>= 2023.1), 1)
110110
ifeq ($(TARGET), sw_emu)
111111
ps_on_x86 := on
112112
endif

0 commit comments

Comments
 (0)