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

mem: This fixes the problem of large req address range #9

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

Conversation

aakahlow
Copy link
Contributor

This fixes the problem of sim crash when the traffic generator addresses cross a threshold (an address larger than the dcache size). Basically, the tag store's index was not calculated correctly, plus at some places full address was used to index into the tag store (rather than just the index).

Change-Id: I40485648d3b5af08933dd1ae4fe10707e7969b94
@aakahlow aakahlow requested review from mbabaie and powerjg October 19, 2021 22:37
@mbabaie
Copy link
Collaborator

mbabaie commented Oct 25, 2021

This one's already merged.

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.

2 participants