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

Extend single-implementation to detect wedges #60

Open
PeterRugg opened this issue Jan 15, 2025 · 0 comments
Open

Extend single-implementation to detect wedges #60

PeterRugg opened this issue Jan 15, 2025 · 0 comments

Comments

@PeterRugg
Copy link
Collaborator

Currently, we are careful to only generate valid instructions expected by the DUTs. This leaves gaps in not checking that illegal instructions are illegal, and don't wedge the core (as it turns out they did in Toooba's case). Some templates intended for single-implementation should allow us to test for this kind of bug without having to align the model and DUT on all possible instructions. Assertions could then be added that any unknown instructions trigger traps.

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