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

Site LUT mapping cache error #75

Open
acomodi opened this issue Sep 16, 2021 · 0 comments
Open

Site LUT mapping cache error #75

acomodi opened this issue Sep 16, 2021 · 0 comments
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@acomodi
Copy link
Contributor

acomodi commented Sep 16, 2021

There is an error corresponding to the LUT mapping cache that is triggered mostly for larger designs, probably due to a higher cell density.

The error is the following:

Info: Site LUT mapping cache stats:
Info:     miss ratio: 7.4%
Info:     peak size : 2412MB (2103609 items)
terminate called after throwing an instance of 'nextpnr_fpga_interchange::assertion_failure'
  what():  Assertion failure: map_luts_in_site(site_info, &blocked_wires) (/data/interchange/nextpnr/fpga_interchange/site_router.cc:1413)

After some debugging, it seems that some LUT map cache entries need to get updated or at least the cache key needs to be a bit more specific to cover more combinations, as at the moment, it might happen that in a site, something is changing that makes the cache entry invalid.

@issuelabeler issuelabeler bot added bug Something isn't working invalid This doesn't seem right labels Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant