Releases: broccolimicro/loom
Releases · broccolimicro/loom
v0.13.3
v0.13.2
Added
- arithmetic expression simplification with rewrite engine
- progress on templated synthesis to val-rdy interfaces as a first step for compiling higher level languages
- initial structuring of weaver, a high level language like go
- some basic tests for many of the libraries
- documentation for many of the libraries
- region, bound, and segment to petri nets as an extension of the iterator
Removed
- Cut the old ucs library out of the project, and moved variables into the sub languages for modularity
Fixed
- better runtime linking of Python to load the technology file
- performance issue with calendar queue in prs simulator
v0.13.1
v0.13.0
v0.12.2
v0.12.1
v0.12.0
v0.11.2
v0.11.1
Added
- Ghosts that annotate how transitions on a given conditional branch propagate into the rest of the state space
- Python is now loaded dynamically on demand with support for all versions of python3
Changed
- Cleaned up debug messages and hooked up the debug flag as needed