Skip to content

Commit 47beccd

Browse files
authored
Merge branch 'main' into dev/kbroch/update-gh-action-versions
2 parents 7d57543 + 5846c50 commit 47beccd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1098
-43
lines changed

cfgs/qc_iu/arch_overlay/csr/Xqci/qc_flags.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ base: 32
88
length: 32
99
description: |
1010
Condition Code Register with condition codes, plus a co-processor flags (_e.g._, to support floating point)
11-
definedBy: Xqci
11+
definedBy:
12+
anyOf:
13+
- Xqci
14+
- Xqciint
1215
fields:
1316
CPFLAGS:
1417
location: 31-16

cfgs/qc_iu/arch_overlay/csr/Xqci/qc_mclicie0.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ address: 0x7f0
88
length: 32
99
base: 32
1010
priv_mode: M
11-
definedBy: Xqci
11+
definedBy:
12+
anyOf:
13+
- Xqci
14+
- Xqciint
1215
description: |
1316
Enable bits for IRQs 0-31
1417
fields:

cfgs/qc_iu/arch_overlay/csr/Xqci/qc_mclicie1.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ address: 0x7f1
88
length: 32
99
base: 32
1010
priv_mode: M
11-
definedBy: Xqci
11+
definedBy:
12+
anyOf:
13+
- Xqci
14+
- Xqciint
1215
description: |
1316
Enable bits for IRQs 32-63
1417
fields:

cfgs/qc_iu/arch_overlay/csr/Xqci/qc_mclicie2.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ address: 0x7f2
88
length: 32
99
base: 32
1010
priv_mode: M
11-
definedBy: Xqci
11+
definedBy:
12+
anyOf:
13+
- Xqci
14+
- Xqciint
1215
description: |
1316
Enable bits for IRQs 64-95
1417
fields:

cfgs/qc_iu/arch_overlay/csr/Xqci/qc_mclicie3.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ address: 0x7f3
88
length: 32
99
base: 32
1010
priv_mode: M
11-
definedBy: Xqci
11+
definedBy:
12+
anyOf:
13+
- Xqci
14+
- Xqciint
1215
description: |
1316
Enable bits for IRQs 96-127
1417
fields:

cfgs/qc_iu/arch_overlay/csr/Xqci/qc_mclicie4.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ address: 0x7f4
88
length: 32
99
base: 32
1010
priv_mode: M
11-
definedBy: Xqci
11+
definedBy:
12+
anyOf:
13+
- Xqci
14+
- Xqciint
1215
description: |
1316
Enable bits for IRQs 128-159
1417
fields:

cfgs/qc_iu/arch_overlay/csr/Xqci/qc_mclicie5.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ address: 0x7f5
88
length: 32
99
base: 32
1010
priv_mode: M
11-
definedBy: Xqci
11+
definedBy:
12+
anyOf:
13+
- Xqci
14+
- Xqciint
1215
description: |
1316
Enable bits for IRQs 160-191
1417
fields:

cfgs/qc_iu/arch_overlay/csr/Xqci/qc_mclicie6.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ address: 0x7f6
88
length: 32
99
base: 32
1010
priv_mode: M
11-
definedBy: Xqci
11+
definedBy:
12+
anyOf:
13+
- Xqci
14+
- Xqciint
1215
description: |
1316
Enable bits for IRQs 192-223
1417
fields:

cfgs/qc_iu/arch_overlay/csr/Xqci/qc_mclicie7.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ address: 0x7f7
88
length: 32
99
base: 32
1010
priv_mode: M
11-
definedBy: Xqci
11+
definedBy:
12+
anyOf:
13+
- Xqci
14+
- Xqciint
1215
description: |
1316
Enable bits for IRQs 224-255
1417
fields:

cfgs/qc_iu/arch_overlay/csr/Xqci/qc_mclicip0.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ address: 0x7f0
88
length: 32
99
priv_mode: M
1010
base: 32
11-
definedBy: Xqci
11+
definedBy:
12+
anyOf:
13+
- Xqci
14+
- Xqciint
1215
description: |
1316
Pending bits for IRQs 0-31
1417
fields:

0 commit comments

Comments
 (0)