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

Investigate long path in soc/litex/base with xc7a100t: 1200+ length #1560

Closed
tcal-x opened this issue Jun 30, 2020 · 2 comments
Closed

Investigate long path in soc/litex/base with xc7a100t: 1200+ length #1560

tcal-x opened this issue Jun 30, 2020 · 2 comments

Comments

@tcal-x
Copy link
Contributor

tcal-x commented Jun 30, 2020

Follow-on to issue #1546 .

Directory build/xc/xc7/tests/soc/litex/base, target baselitex_arty100t_vivado_diff_fasm.

During fasm2bels, the make_routes.py crashed because the path length exceeded the recursion limit of 1000. The path length was somewhere between 1200 and 1250. This will be fixed by increasing the maximum recursion limit.

But why is such a long path needed when the part grid is 90x200? Perhaps we should dump source/sink info from make_routes.py for such long paths.

@litghost
Copy link
Contributor

I don't believe we've seen this happen again for a while? Close for now?

@tcal-x
Copy link
Contributor Author

tcal-x commented Oct 29, 2020

Correct, we weren't able to reproduce it since other things had moved ahead.

@tcal-x tcal-x closed this as completed Oct 29, 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