-
Notifications
You must be signed in to change notification settings - Fork 136
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
[Feature request] Add a command to report the utilization info. #351
Labels
Comments
don't know if it is new, but this information is now in .json when passing the
|
Thanks @obtitus, this is very useful. I am implementing a new command 'apio report' that prints the utilization and timing information from that file, replacing the 'apio command'. ![]() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This request is for a command similar to
apio time
that reports the FPGA utilization. Alternatively, the time and the utilization reporting can be combined into a single reporting command, that can be extended later to report additional information.By utilization I mean something similar to this part of the the
apio build -v
log:IceStudio shows this information in the status bar, scraped from this log test. I wonder if the nextpnr team would agree to add a
--report
flag that emits the report as flag text or structured json.The text was updated successfully, but these errors were encountered: