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

nextpnr-nexus: resource counts are not captured correctly #367

Open
tcal-x opened this issue Nov 4, 2021 · 0 comments
Open

nextpnr-nexus: resource counts are not captured correctly #367

tcal-x opened this issue Nov 4, 2021 · 0 comments

Comments

@tcal-x
Copy link
Contributor

tcal-x commented Nov 4, 2021

See https://symbiflow.github.io/fpga-tool-perf/?elem_id=oneblink-NEXUS-LIFCL-40-9BG400CES-stats&device=NEXUS-LIFCL-40-9BG400CES&project=oneblink

Or run manually:

python3 fpgaperf.py --project oneblink --toolchain nextpnr-nexus --board lifcl-40

and see:

==============================================
FPGA Post place and route resource utilization
==============================================

+----------+------+
| Resource | Used |
+----------+------+
| LUT      | 0    |
| DFF      | 0    |
| CARRY    | 0    |
| IOB      | 0    |
| PLL      | 0    |
| BRAM     | 0    |
+----------+------+

========================================
FPGA Post synthesys resource utilization
========================================

+----------+------+
| Resource | Used |
+----------+------+
| LUT      | 0    |
| DFF      | 0    |
| CARRY    | 0    |
| IOB      | 0    |
| PLL      | 0    |
| BRAM     | 0    |
+----------+------+
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

1 participant