-
Couldn't load subscription status.
- Fork 429
Add interposer wires #3305
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
Add interposer wires #3305
Conversation
…d_interposer_wires
…d_interposer_wires
…uld be far from each other
|
Soheil changed the --device behaviour to be more aligned with the documentation in this PR. While the docs say that if --device is not set, the auto sized device would be selected, previously it would select some fixed size device if there was no auto sized device defined in the architecture file. Now it errors out if --device is not set and there's no auto sized device. This is the reason for the current strong test failure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed until (but not including) draw_rr_edges.cpp so far.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Went through the rest of the files. Very minor comments overall.
…ern_rr_node_indices()
|
@vaughnbetz I can't merge this PR myself. If you don't have further comments, can you merge it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
This PR adds support for inter-die wires defined using the
<interdie_wire>tag under<interposer_cut>in the architecture file. The graphics code has been updated accordingly to visualize these wires correctly.