SpinalHDL/SpinalDoc

there is a mistake: x(hi,lo) Read bitfield, hi : Int, lo : Int T(hi-lo+1 bits)

ArcheyChen opened this issue · 2 comments

at:
https://spinalhdl.github.io/SpinalDoc-RTD/SpinalHDL/Developers%20area/types.html
"

x(hi,lo) Read bitfield, hi : Int, lo : Int T(hi-lo+1 bits)

"
it doesn't work any more

Hooo right, that was done on purpose to only leave more explicit syntaxes, should be x(hi downto lo)

Fixed in the doc