-
Notifications
You must be signed in to change notification settings - Fork 19
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
Address comments in issue 72 #83
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the example.
(In case ranges sizes of only up to 4GB should be expressed here I think PPN would need to be restricted to [20:0].)
I will quickly feedback on the "limit/restrict" issue.
chapter6.adoc
Outdated
==== | ||
The following example illustrates the use of `S` field to specify an address | ||
range for the `MTTINVAL` operation. The example shows encoding ranges of up to | ||
4 GiB. Larger ranges may be encoded using the upper address bits (bits 43:22) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 GiB. Larger ranges may be encoded using the upper address bits (bits 43:22) | |
8 GiB. Larger ranges may be encoded using the upper address bits (bits 43:22) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated to fix the example.
chapter6.adoc
Outdated
| `yyyyy yyyyyyyy yyyyyyyy`| 0 | 4 KiB | ||
| `yyyyy yyyyyyyy yyyyyyy0`| 1 | 8 KiB | ||
| `yyyyy yyyyyyy0 11111111`| 1 | 2 MiB | ||
| `yy011 11111111 11111111`| 1 | 1 GiB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `yy011 11111111 11111111`| 1 | 1 GiB | |
| `yy011 11111111 11111111`| 1 | 2 GiB |
chapter6.adoc
Outdated
| `yyyyy yyyyyyyy yyyyyyy0`| 1 | 8 KiB | ||
| `yyyyy yyyyyyy0 11111111`| 1 | 2 MiB | ||
| `yy011 11111111 11111111`| 1 | 1 GiB | ||
| `01111 11111111 11111111`| 1 | 4 GiB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `01111 11111111 11111111`| 1 | 4 GiB | |
| `01111 11111111 11111111`| 1 | 8 GiB |
Our feedback has been covered by Andrew in issue #72 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me - thanks!
No description provided.