Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CR1139733 : Fix for wrong generation of warning of deadlock in HW Emu AIE status #7064

Merged
merged 1 commit into from
Sep 22, 2022

Conversation

IshitaGhosh
Copy link
Collaborator

Signed-off-by: IshitaGhosh ighosh.account@gmail.com

Problem solved by the commit

In HW Emu, AIE status wrongly generates warning for deadlock.

How problem was solved, alternative solutions (if any) and why they were rejected

In HW Emu as simulation is slower, a design may hit realtime threshold for deadlock even if the design is not deadlocked. This causes wrong generation of warnings for deadlock. To fix this, deadlock warnings are disabled in HW Emu.
Another solution could be to read and use timer values to determine whether the design is actually deadlocked. But this would need extensive changes, may be even in driver. So, this can be looked into in later releases.

Risks (if any) associated the changes in the commit

What has been tested and how, request additional testing if necessary

Reported design.

Documentation impact (if any)

Generation of warning message for potential deadlock is now disabled in HW Emu AIE Status. This change in behavior needs to be documented.

…d for deadlock even if the design is not deadlocked. This causes wrong generation of warnings for deadlock. To fix this, deadlock warnings are disabled in HW Emu

Signed-off-by: IshitaGhosh <ighosh.account@gmail.com>
@gbuildx
Copy link
Collaborator

gbuildx commented Sep 22, 2022

Build Passed!

@jvillarre jvillarre merged commit ce693ad into Xilinx:master Sep 22, 2022
@IshitaGhosh IshitaGhosh deleted the CR1139733 branch May 4, 2023 19:39
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.

3 participants