Skip to content

Commit f857538

Browse files
committed
read-only-zero when MISA_CSR_IMPLEMENTED=false
1 parent b1a2a4d commit f857538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/std/isa/csr/misa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ priv_mode: M
1414
length: MXLEN
1515
description: |
1616
Reports the XLEN and "major" extensions supported by the ISA.
17-
[when,"MISA_CSR_IMPLEMENTED == false"]
17+
[when,"MISA_CSR_IMPLEMENTED == false"]
1818
This CSR is read-only-0 (all bits hardwired to zero) and cannot be written.
1919
definedBy: Sm
2020
fields:

0 commit comments

Comments
 (0)