New
v1.12.2
What's Changed
- Add scaladoc from the RTD doc and fix spelling by @mrcmry in https://github.com/SpinalHDL/SpinalHDL/pull/1691
- sim: Extend logic to retrieve make binary path by @Tectu in https://github.com/SpinalHDL/SpinalHDL/pull/1702
- Axi4Crossbar: fix pipelining for Axi4 master by @Nik-Sch in https://github.com/SpinalHDL/SpinalHDL/pull/1703
- Add "at " in front of spinal error trace to be similar to java trace by @mrcmry in https://github.com/SpinalHDL/SpinalHDL/pull/1698
- register Stream.s2mPipe.rData when necessary to save power by @facebreeze in https://github.com/SpinalHDL/SpinalHDL/pull/1689
- Improve error reporting by adding assignment details for "hardware assignments outside components" error by @pluveto in https://github.com/SpinalHDL/SpinalHDL/pull/1697
- [core/Mem] Add initialContent element null value check and improve error message by @pluveto in https://github.com/SpinalHDL/SpinalHDL/pull/1699
- Add method to return a seq of tags of a given type by @jdavidberger in https://github.com/SpinalHDL/SpinalHDL/pull/1696
- add initialize argument to StreamFifo by @facebreeze in https://github.com/SpinalHDL/SpinalHDL/pull/1680
- Improve assignment overlap error message with previous location by @pluveto in https://github.com/SpinalHDL/SpinalHDL/pull/1700
- Add an easy way to enable sync resets in FormalConfig by @pftbest in https://github.com/SpinalHDL/SpinalHDL/pull/1707
- add load method for Counter by @facebreeze in https://github.com/SpinalHDL/SpinalHDL/pull/1708
- add Stream.delay and Flow.delay by @facebreeze in https://github.com/SpinalHDL/SpinalHDL/pull/1712
- Support various settings in formalRamCheck by @jdavidberger in https://github.com/SpinalHDL/SpinalHDL/pull/1711
New Contributors
- @pluveto made their first contribution in https://github.com/SpinalHDL/SpinalHDL/pull/1697
- @pftbest made their first contribution in https://github.com/SpinalHDL/SpinalHDL/pull/1707
Full Changelog: https://github.com/SpinalHDL/SpinalHDL/compare/v1.12.1...v1.12.2