Skip to content

Commit

Permalink
Clarify that the convention for bits is that the LSB is bit 0 while…
Browse files Browse the repository at this point in the history
… the MSB is width-1.
  • Loading branch information
mmaloney-sf committed Mar 27, 2024
1 parent 31e83b8 commit 857a0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -3833,6 +3833,7 @@ The result of the concatenate operation is the bits of e1 concatenated to the mo
The result of the bit extraction operation are the bits of e between lo (inclusive) and hi (inclusive).
hi must be greater than or equal to lo.
Both hi and lo must be non-negative and strictly less than the bit width of e.
The index of the least significant bit is 0 and the index of the most significant bit as one less than the width of the argument.

## Head

Expand Down

0 comments on commit 857a0ac

Please sign in to comment.