Skip to content

Fix for CR1254161 - Hang when GMIO trace is enabled#71

Open
richard-byron wants to merge 1 commit into
Xilinx:masterfrom
richard-byron:PR_CR1254161
Open

Fix for CR1254161 - Hang when GMIO trace is enabled#71
richard-byron wants to merge 1 commit into
Xilinx:masterfrom
richard-byron:PR_CR1254161

Conversation

@richard-byron
Copy link
Copy Markdown

When GMIO trace is enabled, an invalid memory address was being set in the DMA buffer descriptor.

XAie_DmaSetAddrLen expects a device address but was being passed a virtual memory address. This would often, but not always, cause the board to hang.

This PR replaces that with a call to XAie_DmaSetAddrOffsetLen, mimicking the code in adf_runtime_api.cpp.

The designs in CR1254161 now pass with this change.

@jvillarre jvillarre self-requested a review May 21, 2026 18:08
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.

1 participant