Skip to content

Commit

Permalink
change to correct range specifiers for an integer type
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroch-rivosinc committed Jan 15, 2025
1 parent 5bd3d72 commit 5cc3dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/csr_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@
},
"address": {
"type": "integer",
"minValue": 0,
"maxValue": 4095,
"minimum": 0,
"maximum": 4095,
"description": "Address of the CSR, as given to the CSR access instructions of the `Zicsr` extension"
},
"indirect_address": {
Expand Down

0 comments on commit 5cc3dcf

Please sign in to comment.