-
Notifications
You must be signed in to change notification settings - Fork 781
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
[sram_ctrl] Fix alert signaling for Readback feature #24698
Labels
Comments
nasahlpa
added a commit
to nasahlpa/opentitan
that referenced
this issue
Sep 30, 2024
Currently, only a readback error check is reported when the `error_i` signal is not raised. However, as this signal is also raised when there is no activity on the TL-UL bus, we might miss some readback failures. This commit modifies the error reporting logic to also report the readback mismatch when the error signal is raised. Closes lowRISC#24698. Signed-off-by: Pascal Nasahl <[email protected]>
vogelpi
pushed a commit
to vogelpi/opentitan
that referenced
this issue
Sep 30, 2024
Currently, only a readback error check is reported when the `error_i` signal is not raised. However, as this signal is also raised when there is no activity on the TL-UL bus, we might miss some readback failures. This commit modifies the error reporting logic to also report the readback mismatch when the error signal is raised. Closes lowRISC#24698. This is a cherry pick of commit 267e61c to branch earlgrey_1.0.0. Signed-off-by: Pascal Nasahl <[email protected]>
venkatk-ot
pushed a commit
to venkatk-ot/opentitan
that referenced
this issue
Oct 1, 2024
Currently, only a readback error check is reported when the `error_i` signal is not raised. However, as this signal is also raised when there is no activity on the TL-UL bus, we might miss some readback failures. This commit modifies the error reporting logic to also report the readback mismatch when the error signal is raised. Closes lowRISC#24698. Signed-off-by: Pascal Nasahl <[email protected]>
vogelpi
pushed a commit
that referenced
this issue
Oct 1, 2024
Currently, only a readback error check is reported when the `error_i` signal is not raised. However, as this signal is also raised when there is no activity on the TL-UL bus, we might miss some readback failures. This commit modifies the error reporting logic to also report the readback mismatch when the error signal is raised. Closes #24698. This is a cherry pick of commit 267e61c to branch earlgrey_1.0.0. Signed-off-by: Pascal Nasahl <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
While taking care of #23322, @nasahlpa discovered that under some circumstances, readback errors don't get signaled as alerts, meaning they get remain unnoticed which is bad.
The text was updated successfully, but these errors were encountered: