| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-10 | 575 Bytes | |
| v1.13.0 source code.tar.gz | 2025-09-10 | 2.1 MB | |
| v1.13.0 source code.zip | 2025-09-10 | 2.8 MB | |
| Totals: 3 Items | 4.9 MB | 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