Skip to content

Commit 213456e

Browse files
sudo-abdullahroot
andauthored
Fix for H.yaml (#621)
* Update H.yaml Signed-off-by: M Abdullah <[email protected]> * Updated H.yaml --------- Signed-off-by: M Abdullah <[email protected]> Co-authored-by: root <[email protected]>
1 parent 61604f5 commit 213456e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/ext/H.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ params:
167167
type: integer
168168
minimum: 1
169169
maximum: 63
170+
extra_validation: |
171+
# GEILEN must be <= 31 for RV32
172+
assert NUM_EXTERNAL_GUEST_INTERRUPTS <= 31 if SXLEN == 32
170173
VS_MODE_ENDIANESS:
171174
description: |
172175
Endianness of data in VS-mode. Can be one of:

0 commit comments

Comments
 (0)