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

genfasm excessive memory usage #1225

Closed
mkurc-ant opened this issue Dec 13, 2019 · 2 comments
Closed

genfasm excessive memory usage #1225

mkurc-ant opened this issue Dec 13, 2019 · 2 comments

Comments

@mkurc-ant
Copy link
Collaborator

The genfasm uses surprisingly large amount of memory. For the xc7/tests/counter design it tops up at 11.5GB for the full graph of xc7a50t device!

For the same design pack, place and route uses roughly about 6.5GB and that is probably due to the rr graph size.

@litghost
Copy link
Contributor

This is a result of how rrgraph parsing and edge metadata is processed. The uxsdcxx capnp parser uses far less memory. There are also some changes to the metadata processing that will further lower memory usage.

@litghost
Copy link
Contributor

litghost commented Mar 2, 2020

I believe this has been resolved.

@litghost litghost closed this as completed Mar 2, 2020
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