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

Change linebuffer arbiters to RRarbiters #640

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MichaelRenMR
Copy link

Related issue: N/A

Type of change: other enhancement

Impact: rtl refactoring

Development Phase: implementation

Release Notes
Changed the linebuffer arbiters in BoomMSHR to be RRArbiters which use round robin scheduling instead of arbiters, which use priority scheduling.
Note: This currently impacts performance by around ~10% (according to the read test with N=65536 in ucb-bar/chipyard#1478).
Benchmarking should be done to figure out what is causing the performance difference. Abe and Jerry's suggestion was to figure out the occupancy of each MSHR state in the RRArbiter implementation in comparison to the Arbiter implementation. Summary slides are linked here: https://docs.google.com/presentation/d/1E6beSmXTvA7i3Fidx7r5adM6YJHAKcfKDLTG5HufCzM/edit?usp=sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant