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

L2 messages should use cache line address #78

Open
nkanderson opened this issue Dec 10, 2024 · 0 comments
Open

L2 messages should use cache line address #78

nkanderson opened this issue Dec 10, 2024 · 0 comments

Comments

@nkanderson
Copy link
Owner

In L2 messages to L1, we're currently sending the address from L1's request. We should instead send L1 the address for the cache line - that is, the requested address with the least significant bits equal to zero. The number of bits that are zeroed is equal to log2(cache_line_size) in bytes.

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

No branches or pull requests

1 participant