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

Wrong cause_code if pc.ta.v == 0 #25

Open
mhayat-10xe opened this issue Jun 26, 2024 · 0 comments
Open

Wrong cause_code if pc.ta.v == 0 #25

mhayat-10xe opened this issue Jun 26, 2024 · 0 comments

Comments

@mhayat-10xe
Copy link
Contributor

mhayat-10xe commented Jun 26, 2024

The spec states that:

  1. If PC.ta.V == 0, stop and report "PDT entry not valid" (cause = 266).

Here is the counter-example of the violation of the spec where in cycle 11 when pc.ta.v == 0, then in the next cycle RTL is not giving cause_code == 266 instead it is giving cause_code == 267 which is wrong.
image

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