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

Use VPR's RR graph node reordering and remove hilbertcurve dependency #1773

Open
HackerFoo opened this issue Nov 13, 2020 · 1 comment
Open

Comments

@HackerFoo
Copy link
Contributor

VPR has had built in support for reordering RR graph nodes to improve cache efficiency since verilog-to-routing/vtr-verilog-to-routing#1271.

The existing method reorders node ids externally using https://pypi.org/project/hilbertcurve, but a recent change to 2.x has broken this dependency, so that needs to be fixed, or we need to stick with 1.x.

I propose we remove the dependency on hilbertcurve and use the node reordering flag.

@litghost
Copy link
Contributor

litghost commented Dec 8, 2020

@HackerFoo We should be able to do this now, yes?

@HackerFoo HackerFoo removed their assignment Jun 23, 2021
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