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

LR/SC Backoff Mechanism #2750

Open
Arhum-Ahmed opened this issue Jan 29, 2025 · 0 comments
Open

LR/SC Backoff Mechanism #2750

Arhum-Ahmed opened this issue Jan 29, 2025 · 0 comments
Labels
notCV32A65X It is not an CV32A65X issue

Comments

@Arhum-Ahmed
Copy link

Hi,

In the wt_dcache_missunit.sv, there is a module exp_backoff.sv instantiated in it. Above this module there is a comment stating "back-off mechanism for LR/SC completion guarantee".

Regrading this I have following questions:

  1. Why do we need a hardware mechanism for LR/SC? I mean we can identify the failure in the software in case of LR/SC (if the operation is successful it'll return 0, otherwise not).

  2. Is this some kind of a retry mechanism? If so how does it work?

  3. How effective is this with respect to software?

@JeanRochCoulon JeanRochCoulon added the notCV32A65X It is not an CV32A65X issue label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notCV32A65X It is not an CV32A65X issue
Projects
None yet
Development

No branches or pull requests

2 participants