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

Add an example of PEvent usage to the model #141

Closed
klingaard opened this issue Jan 22, 2024 · 1 comment · Fixed by #145
Closed

Add an example of PEvent usage to the model #141

klingaard opened this issue Jan 22, 2024 · 1 comment · Fixed by #145
Assignees
Labels
enhancement New feature or request

Comments

@klingaard
Copy link
Collaborator

The Sparta modeling framework supports PEvents or Performance Events useful for correlating the performance model against other models like RTL. The format for PEvents is somewhat hard-coded, unfortunately, but in Sparta it's built on top of the logging mechanism which can be extended to different formats.

For this issue, I'll add a few PEvents to the model:

  1. One at Retire/ROB completion
  2. One at Decode
  3. One at Rename

CC @gvenkatagiri

@klingaard klingaard added the enhancement New feature or request label Jan 22, 2024
@klingaard klingaard self-assigned this Jan 22, 2024
@klingaard klingaard linked a pull request Feb 8, 2024 that will close this issue
@klingaard
Copy link
Collaborator Author

Work complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant