This release marks the final version of SUS for the Systementwurf Project Group of 2026. It contains only minor fixes they ran into at the very end, while synthesizing their hardware.
Bugfixes
- Fix ICE on partial arrays assigns (#184)
- Fix incorrect negative integer literals (#186)
- Fix Memory blocks & FIFOs not synthesizing to BRAMs for non-bitstrings (such as
RAM#(T: type float[3])) (#187) - Fix hover info on Parameters not displaying their values.
Standard Library
- Add pipeline stage on
FIFO.may_push&FWFT.may_push
Full Changelog: v0.3.9...v0.3.10