Skip to content

Commit

Permalink
Update bits.rst
Browse files Browse the repository at this point in the history
x(x: UInt) to x(y: UInt) according to Description "Variable bit access of y-th bit"
  • Loading branch information
uxuh authored May 13, 2024
1 parent d9a7ade commit b22bc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/SpinalHDL/Data types/bits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ can also be used to select a range of bits to be written.
* - x(y: Int)
- Static bit access of y-th bit
- Bool
* - x(x: UInt)
* - x(y: UInt)
- Variable bit access of y-th bit
- Bool
* - x(offset: Int, width bits)
Expand Down

0 comments on commit b22bc8b

Please sign in to comment.