-
Notifications
You must be signed in to change notification settings - Fork 419
Add CHANZ type #3170
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
base: master
Are you sure you want to change the base?
Add CHANZ type #3170
Conversation
The RR graph is mostly the same, except some nodes are CHANZ instead of CHANX. The router lookahead is different from the one in the master branch. Most entries have higher delays. I compared cases where the source and sink are on the same layer, and the lookahead from this branch is more similar to the one from the 2D architecture in the master branch. I think using CHANX for inter-layer nodes may have confused the router lookahead. |
In progress...