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

Use 64 bit timestamps in ML Timeline Record timer data #8416

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

IshitaGhosh
Copy link
Collaborator

Problem solved by the commit

ML Timeline Record Timer was using 32 bit timestamps. But large long running design can overflow 32 bit timer, so we need to use 64bit timestamps. This also helps match with AIE Event trace 64bit timestamped data.

Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered

Large long running designs showed overflow in 32 bit timer

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

Risks (if any) associated the changes in the commit

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

Long running designs with and without AIE Event trace

Documentation impact (if any)

Signed-off-by: Ishita Ghosh <ishita.ghosh@amd.com>
@stsoe stsoe merged commit 652e16a into Xilinx:master Sep 13, 2024
17 checks passed
@IshitaGhosh
Copy link
Collaborator Author

@stsoe Thanks for merging it

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