-
Notifications
You must be signed in to change notification settings - Fork 10
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
Simplify MEPCC / MTCC legalisation #30
Comments
+1 |
rmn30
pushed a commit
that referenced
this issue
Feb 19, 2024
…d MTCC behaviour. As per #23 we want to delay the bounds check on jumps / branches until instruction fetch in order to simplify hardware. Due to this potentially leading to unrepresentable MEPCC values we also clear the tag of MEPCC on instruction fetch bounds violations. Due to this this got a bit mixed up with #30 which clarifies and simplifies validation and legalization of MEPCC / MTCC.
rmn30
pushed a commit
that referenced
this issue
Feb 19, 2024
…d MTCC behaviour. As per #23 we want to delay the bounds check on jumps / branches until instruction fetch in order to simplify hardware. Due to this potentially leading to unrepresentable MEPCC values we also clear the tag of MEPCC on instruction fetch bounds violations. Due to this this got a bit mixed up with #30 which clarifies and simplifies validation and legalization of MEPCC / MTCC.
rmn30
pushed a commit
that referenced
this issue
Feb 19, 2024
…d MTCC behaviour. As per #23 we want to delay the bounds check on jumps / branches until instruction fetch in order to simplify hardware. Due to this potentially leading to unrepresentable MEPCC values we also clear the tag of MEPCC on instruction fetch bounds violations. Due to this this got a bit mixed up with #30 which clarifies and simplifies validation and legalization of MEPCC / MTCC.
rmn30
pushed a commit
that referenced
this issue
Feb 23, 2024
…d MTCC behaviour. As per #23 we want to delay the bounds check on jumps / branches until instruction fetch in order to simplify hardware. Due to this potentially leading to unrepresentable MEPCC values we also clear the tag of MEPCC on instruction fetch bounds violations. Due to this this got a bit mixed up with #30 which clarifies and simplifies validation and legalization of MEPCC / MTCC.
Closing due to #37 being merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We could legalize these on write by clearing the tag if relevant bottom bits are set.
The text was updated successfully, but these errors were encountered: