Skip to content

Commit

Permalink
Merge pull request #255 from uxuh/patch-1
Browse files Browse the repository at this point in the history
Update bits.rst in Bit extraction
  • Loading branch information
Dolu1990 authored May 13, 2024
2 parents d9a7ade + b22bc8b commit d11bc1f
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 d11bc1f

Please sign in to comment.