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

Documented Atomics extension #557

Merged
merged 2 commits into from May 30, 2022
Merged

Documented Atomics extension #557

merged 2 commits into from May 30, 2022

Conversation

Silabs-ArjanB
Copy link
Contributor

Do not merge to CV32E40S.

Signed-off-by: Arjan Bink Arjan.Bink@silabs.com

Signed-off-by: Arjan Bink <Arjan.Bink@silabs.com>
@Silabs-ArjanB Silabs-ArjanB added the Component:Doc For issues in the Documentation (e.g. for User Manual, README.md files) label May 27, 2022

Exclusive transaction success of ``lr.w`` and ``sc.w`` instructions is signaled with ``data_err_i`` = 0 and ``data_exokay_i`` = 1.
Exclusive transaction failure of ``lr.w`` and ``sc.w`` instructions is signaled with ``data_err_i`` = 0 and ``data_exokay_i`` = 0.
Bus errors for ``lr.w`` and ``sc.w`` instructions are signaled with ``data_err_i`` = 0 and ``data_exokay_i`` = 0.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be 'data_err_i = 1' ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Should be fixed now.

Signed-off-by: Arjan Bink <Arjan.Bink@silabs.com>
@silabs-oysteink silabs-oysteink merged commit f1c1500 into openhwgroup:master May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component:Doc For issues in the Documentation (e.g. for User Manual, README.md files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants