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

VPR: Add RR graph and other possibly necessary files #2

Open
acomodi opened this issue Apr 13, 2022 · 0 comments
Open

VPR: Add RR graph and other possibly necessary files #2

acomodi opened this issue Apr 13, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@acomodi
Copy link

acomodi commented Apr 13, 2022

VPR can accept pre-built data files, such as the Routing Resource Graph, the lookahead file or the placement delay matrix.

There are plans to make VPR output the location of these files natively so not to add extra requirements on the upstream tools, but at the moment this possibility is still yet to implement.

Therefore, we'd need to add the possibility to inject these files similarly to what happens for the arch.xml.

Files to be added that are not strictly necessary to run VPR are:

  • RR graph: VPR command --read_rr_graph <path to rr graph>
  • lookahead: VPR command --read_router_lookahead <path to rr lookahead>
  • place delay matrix: VPR command --read_place_delay_matrix <path to place delay matrix>
@acomodi acomodi added the good first issue Good for newcomers label Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant