Skip to content

Commit

Permalink
Merge pull request #262 from uxuh/patch-1
Browse files Browse the repository at this point in the history
Update Int.rst about Bit extraction
  • Loading branch information
Readon authored Jul 20, 2024
2 parents 6e963cf + 7c98557 commit 784e68b
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 784e68b

Please sign in to comment.