diff options
author | rbramand <rahul.bramandlapalli@xilinx.com> | 2023-04-14 18:51:53 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-17 09:52:19 -0500 |
commit | baea3b80d8552cf7ecfd87a05845b643442c20c3 (patch) | |
tree | ed37c3560cb79cd74047ce1df9bbd56b94aef94c /meta-xilinx-core/recipes-xrt | |
parent | 4635230379cc379f7f4dc836e4d1971c85f42e5d (diff) | |
download | meta-xilinx-baea3b80d8552cf7ecfd87a05845b643442c20c3.tar.gz |
Update xrt, zocl commit id
changelog :
fix for channel numbers in MEM tiles (#7496)
CR-1159385: Finished BD event is missing for memtile trace for AIE-ML designs for input_channels (#7495)
Signed-off-by: rbramand <rbramand@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit 6053d9dd24cd202420cce4f8de0e2711487c5a8b)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt')
-rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xrt.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc index 19f8f8cd..62575ceb 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc | |||
@@ -3,6 +3,6 @@ BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != ' | |||
3 | SRC_URI = "${REPO};${BRANCHARG}" | 3 | SRC_URI = "${REPO};${BRANCHARG}" |
4 | 4 | ||
5 | BRANCH= "2023.1" | 5 | BRANCH= "2023.1" |
6 | SRCREV= "f0c2e397211347dfa1ea92910712d481fe43f662" | 6 | SRCREV= "67a13ed5a477cfa24a9dd3d58ccb97a910f10dac" |
7 | PV = "202310.2.15.0" | 7 | PV = "202310.2.15.0" |
8 | 8 | ||