-
Notifications
You must be signed in to change notification settings - Fork 414
Fix 3D SIV Delay & Median Move #2490
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
Conversation
amin1377
commented
Feb 19, 2024
•
edited
Loading
edited
- Add the scaled delay from the "koios_3d" benchmark into the 3D SIV-like architecture. The inter-die delay is calculated by multiplying the delay of the L4 segment by the ratio of the inter-die delay to the L4 delay of the Koios_3D architecture.
- Fix median/weighted median move to get the median layer of bounding boxes instead of pins (as it is the case for choosing x and y locations)
…d_to_centroid_loc method
Add 3D results. |
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.
A few changes suggested, and please get the 3D data.
vtr_flow/arch/multi_die/stratixiv_3d/3d_full_OPIN_inter_die_stratixiv_arch.timing.xml
Show resolved
Hide resolved
@amin1377 : is this one ready to merge? |
@vaughnbetz: I've just added more comments and rebased it with the master branch. Once the CI tests pass successfully, it'll be ready for merging. |
Please merge once CI passes and the conflicts are resolved. |