Skip to content

Commit 2c99a47

Browse files
fix: update description of X.yaml
1 parent d369bdf commit 2c99a47

File tree

1 file changed

+3
-3
lines changed
  • spec/std/isa/register_file

1 file changed

+3
-3
lines changed

spec/std/isa/register_file/X.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: X
99
long_name: General Purpose Registers
1010
description: |
1111
The 'X' register file contains the general-purpose integer registers. Each register
12-
is MXLEN bits wide, unless XLEN<MXLEN. Register 'x0' is hardwired to zero, while
13-
the remaining registers hold architecturally visible integer state used by the
14-
calling convention and execution environment.
12+
is MXLEN bits wide, but will appear to be XLEN bits wide if XLEN<MXLEN. Register
13+
'x0' is hardwired to zero, while the remaining registers hold architecturally
14+
visible integer state used by the calling convention and execution environment.
1515
definedBy: I
1616
register_class: general_purpose
1717
register_length: MXLEN

0 commit comments

Comments
 (0)