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

Litmus tests with issues #7

Open
jiahzhang opened this issue Mar 28, 2022 · 0 comments
Open

Litmus tests with issues #7

jiahzhang opened this issue Mar 28, 2022 · 0 comments

Comments

@jiahzhang
Copy link

There are 2 handwritten litmus tests that seem to have issues.

  1. SWAP-LR-SC does not account for if both LRs complete before the SCs. The filter should say "0:x7=0 /\ 1:x7=0" to exclude this scenario.

  2. ISA03+SIMPLE does not have a proper spinlock implementation. Either there needs to be a branch back upon amoswap.w.aq fail (t0 != 0) or the filter should be "0:t0=0 / 1:t0=0" if only one spinlock acquire succeeds.

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