Skip to content

Changing xclbin type classification for AIE only xclbins.#69

Merged
jvillarre merged 1 commit into
Xilinx:masterfrom
meghnakon:master
May 15, 2026
Merged

Changing xclbin type classification for AIE only xclbins.#69
jvillarre merged 1 commit into
Xilinx:masterfrom
meghnakon:master

Conversation

@meghnakon
Copy link
Copy Markdown
Collaborator

[CR-1267588]

Changing the way we check xclbins to determine if they are AIE Only. Previously, we used the presence of the IP_LAYOUT or DEBUG_IP_LAYOUT section to determine if an xclbin contained PL, but this proved to be erroneous as AIE only xclbins can contain this IP_LAYOUT section. Now, we look to see if the Action Mask field in the header is set to either "AM_LOAD_AIE" or "AM_LOAD_PDI" which indicates this is an AIE only xclbin. This is in line with how xclbins are determined to be AIE only elsewhere in XRT (see zocl_xlbin.h). This fix was tested on the VCK190 and VEK280 designs linked in the CR.

Signed-off-by: meghnakon <meghnak@xsjmeghnak40x.amd.com>
@meghnakon meghnakon requested a review from jvillarre May 15, 2026 23:16
@jvillarre jvillarre merged commit e1cc020 into Xilinx:master May 15, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants