Skip to content

Commit

Permalink
Update Int.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 Jul 20, 2024
1 parent 6e963cf commit 7c98557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/SpinalHDL/Data types/Int.rst
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ the extraction operators can also be used to assign a part of a ``UInt`` / ``SIn
* - 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 7c98557

Please sign in to comment.