Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rkrishnasanka rkrishnasanka released this 30 May 20:20
· 18 commits to master since this release

Release Noes

This update includes a massive set of changes to the entire API and data structures. Now the MINT compiler solely relies on the Parchmint objects eliminating the need to have multiple levels of inheritance and the inability to generate MINT from raw Parchmint device objects. We however retain items like NODE, TERMINAL, VIA as special MINT objects that are tracked by the MINTDevice object that we primarily use for storing layout constraints. There is still some work left for the MirrorConstraint generation algorithm to be finalized but we have a basic version of it that seems to work fine.

What's Changed

Full Changelog: v0.2.15...v0.3.0