there is a mistake: x(hi,lo) Read bitfield, hi : Int, lo : Int T(hi-lo+1 bits)
ArcheyChen opened this issue · 2 comments
ArcheyChen commented
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
Dolu1990 commented
Hooo right, that was done on purpose to only leave more explicit syntaxes, should be x(hi downto lo)
Dolu1990 commented
Fixed in the doc