-
Notifications
You must be signed in to change notification settings - Fork 169
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
Split rob entries based off requested resources for efficiency #73
Conversation
Can you check how much area this frees up after synthesis? |
Probably not much, there is the same number of address hazard comparators. The difference is they are distributed among slightly more entries now. |
I'm a little nervous about making this many changes to the ROB. Before we merge, can you make sure that this passes the resnet50 test and the |
I won't have time to try this for a while, but I have high confidence in this code. Overall, very little logic in the ROB actually changed. Only the logic for selecting entries to allocate to, which didn't matter for functionality anyways. |
deae710
to
1462030
Compare
No description provided.