Features
- [core] Add associate method for Seq of ports (by @seldridge in #5122)
- Add runpath option to UnitTests main (by @fabianschuiki in #5125)
Backend Code Generation
- Fix name prefixing from views on rhs of connection (by @jackkoenig in #5117)
Previously views when used on the LHS of a connection operator, views would provide the prefixview_. Now, at least for 1-1 views, the prefix is derived from the name of the target of the view. This is a common issue when usingFlatIO.
Fixes
- Add source locators to more module kinds (by @seldridge in #5116)
- [svsim] Improve error message on illegal poke (by @seldridge in #5124)
Dependency Updates
- Update commons-text to 1.15.0 (by @scala-steward in #5119)
Build and Internal Changes
- [main] Enable MiMa for v7.5.0 (by @chiselbot in #5113)
- Update mdoc to 2.8.1 (by @scala-steward in #5120)
- [Scala3] Update BundlePhase to handle Bundles with type parameters (by @adkian-sifive in #5126)
Full Changelog: v7.5.0...v7.6.0