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
- A...