Skip to content

Commit

Permalink
Release v1.24.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Mar 31, 2022
1 parent 4bfe5e3 commit b5ec890
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## 1.24.0 - 2022-03-31
### Added
- Add `edge_propagator_ack`: Edge/pulse propagator with sender-synchronous receive-acknowledge
output. `edge_propagator` is now implemented by instantiating `edge_propagator_ack`.
Expand All @@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Deprecated flawed `clk_div` module and add elaboration warning message that
will be shown for existing designs (can be disabled with optional
instantiation parameter).
- Add optional `Seed` parameter to `stream_delay` module
- Update `tech_cells_generic` to `0.2.9`

## 1.23.0 - 2021-09-05
### Added
Expand Down

0 comments on commit b5ec890

Please sign in to comment.