|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | +It is updated on each new release based on contributions since the last release. |
| 5 | + |
| 6 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 7 | +and this project loosely follows to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 8 | + |
| 9 | + |
| 10 | +## 1.1.0 - 2025-05-07 |
| 11 | + |
| 12 | +### Added |
| 13 | + |
| 14 | +- sw: add various peripheral functions |
| 15 | +- sw: add expanded helloworld as peripheral test |
| 16 | +- pdk: add ETHZ cockpit integration |
| 17 | +- openroad: add startup script for ease-of-use |
| 18 | +- openroad: add parasitic extraction |
| 19 | +- ci: add short synthesis and simulation flows |
| 20 | +- ci: add long end-to-end flow |
| 21 | +- ci: add artistic rendering flow |
| 22 | +- openroad: add hierarchical area report |
| 23 | + |
| 24 | +### Changed |
| 25 | + |
| 26 | +- hw: make SRAM pin `A_DLY` configurable (used to be tied to low when datasheet recommends tie to high) |
| 27 | +**IMPORTANT: This bug may create SRAM-internal timing violations; update strongly recommended** |
| 28 | +- hw: update OBI dependency |
| 29 | + - avoid explicit use of `r_optional` assignments |
| 30 | + - fix index width calculations for mux/demux etc |
| 31 | +- hw: update common_cells dependency |
| 32 | +- yosys: move configurations from makefrags to `yosys_synthesis.tcl` |
| 33 | +- yosys: add a default croc.flist |
| 34 | + |
| 35 | +### Fixed |
| 36 | + |
| 37 | +- hw: fix OBI connections to timer peripheral |
| 38 | +- hw: various fixes to reduce warnings (Yosys, yosys-slang, Verilator) |
| 39 | +- openroad: fix LVS netlist |
| 40 | +- sw: fix linker script |
| 41 | +-test: fix uninitialized memory |
| 42 | +- verilator: speedup compile and synthesis |
| 43 | +- bender: fix cve2 vendor dependency |
| 44 | + |
| 45 | +## 1.0.0 - 2024-12-05 |
| 46 | + |
| 47 | +### Added |
| 48 | + |
| 49 | +- Initial versioned release of the project |
0 commit comments