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

Add back the "ecall" and "ebreak" instruction traps for riscv-vector test functionality #194

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

MichaelJSr
Copy link
Contributor

In commit f8ef5707780905991f81fbb89ee30d2462c6722d, the instructions ecall and ebreak had their trap removed from simx, causing any vector tests that use these instructions to have incorrect and undefined behavior (as the tests would pass over these instructions and continue execution past the intended point).

Therefore, at least for the foreseeable future, the traps for these instructions should be added back so that riscv-vector tests properly execute.

@tinebp tinebp merged commit 5d7e53f into vortexgpgpu:master Oct 15, 2024
24 checks passed
@MichaelJSr MichaelJSr deleted the add-back-ecall-ebreak-traps branch October 16, 2024 17:52
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

Successfully merging this pull request may close these issues.

2 participants