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

Power analysis report #1626

Open
Gurusatwik opened this issue Apr 16, 2024 · 1 comment
Open

Power analysis report #1626

Gurusatwik opened this issue Apr 16, 2024 · 1 comment

Comments

@Gurusatwik
Copy link

Do we get power analysis report after executing the command to generate fabric netlist?

In the task configuration file I have made power_analysis=true and I have also given the power tech file path as well. .act file is generated. Can I expect a power report? Will it be generated?

Bug was found in openfpga_flow/tasks/basic_tests/generate_fabric/

Screenshots
Directory
image
task.conf file
image

  • OS:
- [ ] Ubuntu 20.04
@tangxifan
Copy link
Collaborator

@Gurusatwik I do not have an existing example on the power analysis flow. But it is definitely doable if you try to enable --power option when calling VPR. Note that you need to provide signal activity files and power property files.

See the example here:

vpr <your options> --power --tech_properties <your_tech_prop_file> --activity_file ${ACTIVITY_FILE}

For more details, you may refer to https://docs.verilogtorouting.org/en/latest/vpr/command_line_usage/#power-estimation-options

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

No branches or pull requests

2 participants