-
Notifications
You must be signed in to change notification settings - Fork 414
add show-resource-usage mode #3061
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
base: master
Are you sure you want to change the base?
add show-resource-usage mode #3061
Conversation
@amin1377 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@w0lek Thanks for thir PR!
We are writing a coding style guide to gradually move the code base toward a more uniform style. As part of this guide, we want to limit the usage of auto
keyword only to complicated and long type names. I'd appreciate it if you could apply the suggested changes.
…nfuse with existed print_resource_usage(). the new name more clear explain function flow.
…e in vpr_print_arch_resources()
…lent_tile : type.equivalent_tiles"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @w0lek
New mode for vpr to show available device resources and exit.
Related Issue
(#3060)
Motivation and Context
This mode allows tighter integration of VPR with other tools, such as the Aurora software.
How Has This Been Tested?
This part was already implemented as a part of hotfixes and used in Aurora. Now we want to push it to upstream.
Types of changes
Checklist:
Note: To add new test case we have to write report parser or dump whole pr output for --show_resource_usage on.