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: tests/norm-rule/expected/test-ch2-norm-tags.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
"norm:mock-csr-x": "Here’s a normative rule for mock CSR \"X\".",
18
18
"norm:mock-csr-field-y": "Here’s a normative rule for mock CSR field \"Y\".",
19
19
"norm:mock-ext-dep-A-on-B": "Here’s a normative rule for mock extension dependency of extension A on extension B.",
20
-
"norm:foo_abc_warl_enum": "An implementation may support any or all of the following values for the 4-bit foo.ABC field: 0, 4, 15.",
20
+
"norm:foo_abc_warl_enum": "An implementation may support any or all of the following values for the 4-bit foo.ABC field: When foo.GHI is 0, legal values are 0, 4, 15. When foo.GHI is non-zero, legal values are 1, 2, 3.",
21
21
"norm:foo_ghi_warl_var_width": "The foo.GHI CSR field width ranges from 4 to 8 bits as specified by the UINT_4TO8 parameter value.",
22
22
"norm:zort_xyz_wlrl_ro_mask": "An implementation may treat each bit of the zort.XYZ\nCSR as read-only or read-write",
23
23
"norm:qux_qqq_wlrl_other": "The qux.QQQ CSR field has implementation-defined behavior\nthat doesn't match any of the defined WARL/WLRL types."
<td>An implementation may support any or all of the following values for the 4-bit foo.ABC field: 0, 4, 15.</td>
1068
+
<td>An implementation may support any or all of the following values for the 4-bit foo.ABC field: When foo.GHI is 0, legal values are 0, 4, 15. When foo.GHI is non-zero, legal values are 1, 2, 3.</td>
<td>An implementation may support any or all of the following values for the 4-bit foo.ABC field: 0, 4, 15.</td>
1502
+
<td>An implementation may support any or all of the following values for the 4-bit foo.ABC field: When foo.GHI is 0, legal values are 0, 4, 15. When foo.GHI is non-zero, legal values are 1, 2, 3.</td>
<td>An implementation may support any or all of the following values for the 4-bit foo.ABC field: 0, 4, 15.</td>
1962
+
<td>An implementation may support any or all of the following values for the 4-bit foo.ABC field: When foo.GHI is 0, legal values are 0, 4, 15. When foo.GHI is non-zero, legal values are 1, 2, 3.</td>
Copy file name to clipboardExpand all lines: tests/norm-rule/expected/test-norm-rules.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1541,7 +1541,7 @@
1541
1541
{
1542
1542
"name": "norm:foo_abc_warl_enum",
1543
1543
"context": false,
1544
-
"text": "An implementation may support any or all of the following values for the 4-bit foo.ABC field: 0, 4, 15.",
1544
+
"text": "An implementation may support any or all of the following values for the 4-bit foo.ABC field: When foo.GHI is 0, legal values are 0, 4, 15. When foo.GHI is non-zero, legal values are 1, 2, 3.",
Copy file name to clipboardExpand all lines: tests/norm-rule/test-ch2.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Here's a normative rule for mock extension dependency of extension A on extensio
82
82
83
83
=== Chapter 2.3 - CSR Field Types
84
84
85
-
[#norm:foo_abc_warl_enum]#An implementation may support any or all of the following values for the 4-bit `foo.ABC` field: 0, 4, 15.#
85
+
[#norm:foo_abc_warl_enum]#An implementation may support any or all of the following values for the 4-bit `foo.ABC` field: When `foo.GHI` is 0, legal values are 0, 4, 15. When `foo.GHI` is non-zero, legal values are 1, 2, 3.#
86
86
87
87
[#norm:foo_ghi_warl_var_width]#The `foo.GHI` CSR field width ranges from 4 to 8 bits as specified by the UINT_4TO8 parameter value.#
0 commit comments