add Python script used to analyze an ELF file to see instructions from ELF file#1345
Merged
rosethompson merged 6 commits intoopenhwgroup:mainfrom Apr 8, 2025
stineje:main
Merged
add Python script used to analyze an ELF file to see instructions from ELF file#1345rosethompson merged 6 commits intoopenhwgroup:mainfrom stineje:main
rosethompson merged 6 commits intoopenhwgroup:mainfrom
stineje:main
Conversation
…ed it for benchmarks to see which instructions are being utilized.
Contributor
|
Looks good. Can you make it pass the Lint above? |
Member
|
Good reminder that I should add the pre-commit hook for ruff to our flow so that it will automatically fix these simple things (or at least warn you that there are issues) when you commit. |
Contributor
|
Can you also add the SPDX header? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wanted to create a script for use in my class to do a histogram on an ELF file. Seem to work well - ran on CoreMark: