Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schemas/common-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"bases": {
"type": "string",
"enum": ["RV32I", "RV32E", "RV64I", "RV64E"]
"enum": ["Any", "RV32I", "RV32E", "RV64I", "RV64E"]
},
"implDefBehavior": {
"type": "boolean"
Expand Down
4 changes: 2 additions & 2 deletions tests/norm-rule/expected/test-norm-rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ <h1 class="grand-total-heading">82 Normative Rules: Includes 19 Implementation-D
<td>Rule's "kind" property</td>
</tr>
<tr>
<td>[RV32I, RV32E, RV64I, RV64E]</td>
<td>Rule's "instances" property</td>
<td>Any</td>
<td>Rule's "instance" property</td>
</tr>
<tr>
<td rowspan=2 id="clarification-without-text">clarification-without-text</td>
Expand Down
5 changes: 1 addition & 4 deletions tests/norm-rule/expected/test-norm-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,7 @@
"kind": "base",
"impl-def-behavior": false,
"instances": [
"RV32I",
"RV32E",
"RV64I",
"RV64E"
"Any"
],
"tags": []
},
Expand Down
2 changes: 1 addition & 1 deletion tests/norm-rule/test-ch1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ normative_rule_definitions:
instance: RV32I
- name: all_bases
kind: base
instances: [RV32I, RV32E, RV64I, RV64E]
instance: Any
- name: clarification-without-text
tag: "norm:clarification-without-text"
clarification-link: https://www.github.com/riscv/jfkd/issues/67
Expand Down
Loading