You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backends/certificate_doc/templates/certificate.adoc.erb
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -116,10 +116,10 @@ Where:
116
116
| Term | Meaning
117
117
118
118
| MANDATORY | You have to implement it to get a certificate and the certificate tests will cover it
119
-
| OPTIONAL | It’s up to you if you implement or not. If you claim to implement it, certificate tests will cover it
119
+
| OPTIONAL | It's up to you if you implement or not. If you claim to implement it, certificate tests will cover it
120
120
| IN-SCOPE | Either MANDATORY or OPTIONAL
121
-
| OUT-OF-SCOPE | It’s up to you if you implement or not. If you implement it, it won't be certified but make sure you don’t mess up anything we are certifying.
122
-
| INCOMPATIBLE | If you implement it you won’t get a certificate
121
+
| OUT-OF-SCOPE | It's up to you if you implement or not. If you implement it, it won't be certified but make sure you don't mess up anything we are certifying.
122
+
| INCOMPATIBLE | If you implement it you won't get a certificate
123
123
|===
124
124
125
125
.Glossary
@@ -187,7 +187,7 @@ Where:
187
187
188
188
The Priv ISA requires reads of WARL fields to return some implementation-dependent deterministic legal value
189
189
after the field is written with an illegal value.
190
-
Certifying such behaviors is expensive and provides low value for a certificate since software can’t rely
190
+
Certifying such behaviors is expensive and provides low value for a certificate since software can't rely
191
191
on a particular behavior from one implementation to another.
192
192
193
193
Processor CRDs define writes to WARL fields of illegal values to be OUT-OF-SCOPE unless otherwise stated
@@ -200,7 +200,7 @@ The following special cases for WARL are supported when explicitly listed in the
200
200
1. Probing for Field Width
201
201
202
202
* Some WARL fields are variable length such as the ASID field in the virtual memory extension.
203
-
* Here’s the algorithm recommended to discover the ASID width:
203
+
* Here's the algorithm recommended to discover the ASID width:
204
204
** The number of implemented ASID bits, termed ASIDLEN, may be determined by writing one to every bit position in
205
205
the ASID field, then reading back the value in the satp CSR to see which bit positions in the ASID field hold a one.
206
206
* The RVCP-provided certification materials (certification tests, certification reference models) can map writes of
@@ -219,7 +219,7 @@ The following special cases for WARL are supported when explicitly listed in the
219
219
220
220
The Priv ISA requires reads of WLRL fields to return some implementation-dependent deterministic arbitrary value
221
221
after the field is written with an illegal value.
222
-
Certifying such behaviors is expensive and provides low value for a certificate since software can’t rely
222
+
Certifying such behaviors is expensive and provides low value for a certificate since software can't rely
223
223
on a particular behavior.
224
224
Processor CRDs define writes to WLRL fields of illegal values to be OUT-OF-SCOPE unless otherwise stated
225
225
(i.e., certification tests will only ever write legal values to WLRL fields).
@@ -231,7 +231,7 @@ Such WPRI fields are always unimplemented by definition.
231
231
Certification tests are aware of which fields in the CSRs are WPRI and normally write them with 0 but will
232
232
also write them with ~0 (all ones) and ensure that reads return 0 in both cases.
233
233
It is OUT-OF-SCOPE for certification tests to write all possible values of WPRI fields
234
-
(especially if they are more than just a few bits) and certification tests aren’t designed to be comprehensive
234
+
(especially if they are more than just a few bits) and certification tests aren't designed to be comprehensive
0 commit comments