v1.13.0
So mostly, this is an Tilelink fix. Everything was implemented assuming the address signal should increment on each beat of a burst, but it should instead stay fixed to the address of the first beat.
What's Changed
- Fix Floating.abs by @knapheide in https://github.com/SpinalHDL/SpinalHDL/pull/1790
- Fix tilelink address by @Dolu1990 in https://github.com/SpinalHDL/SpinalHDL/pull/1793
- AFix round() variants by @thajohns in https://github.com/SpinalHDL/SpinalHDL/pull/1799
Full Changelog: https://github.com/SpinalHDL/SpinalHDL/compare/v1.12.3...v1.13.0