Skip to content

Commit

Permalink
Release v1.30.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Jun 9, 2023
1 parent 66b3934 commit 0989ff7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ 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.30.0 - 2023-06-09
### Added
- Add `lossy_valid_to_stream`: A converter between valid-only protocols and ready-valid where the latest transaction overwrites the most recently queue one.
- Add `clk_int_div_static`: A wrapper for `clk_int_div` for static clock division.

### Changed
- `popcount`: Refactor and support all input widths.
- `clk_int_div`: Support clock output during reset.
- `stream_delay`: Support larger counts.

### Fixed
- `clk_int_div`: Fix possible deadlock and avoid hold issues.

## 1.29.0 - 2023-04-14
### Added
Expand Down
2 changes: 1 addition & 1 deletion common_cells.core
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CAPI=2:

name : pulp-platform.org::common_cells:1.29.0
name : pulp-platform.org::common_cells:1.30.0

filesets:
rtl:
Expand Down

0 comments on commit 0989ff7

Please sign in to comment.