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: schemas/config_schema.json
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,7 @@
35
35
"properties": {
36
36
"XLEN": {
37
37
"type": "integer",
38
-
"enum": [
39
-
32,
40
-
64
41
-
],
38
+
"enum": [32, 64],
42
39
"description": "Base instruction set datapath width (e.g., RV32 or RV64)\n"
43
40
},
44
41
"NAME": {
@@ -52,7 +49,7 @@
52
49
},
53
50
"M_MODE_ENDIANESS": {
54
51
"type": "integer",
55
-
"enum": [0, 1, 2],
52
+
"enum": [0, 1, 2],
56
53
"description": "Endianess of data in M-mode. Can be one of:\n\n * 0: M-mode data is always little endian\n * 1: M-mode data is always big endian\n * 2: M-mode data can be either little or big endian, depending on the RW CSR field mstatus.MBE\n"
57
54
},
58
55
"S_MODE_ENDIANESS": {
@@ -390,8 +387,6 @@
390
387
"description": "When true, vstval is written with the casue when a SoftwareCheck exception occurs.\nWhen false, vstval is written with 0"
0 commit comments