From 0989ff73d0315922791bf42137c0ce0cbb4a76ca Mon Sep 17 00:00:00 2001 From: Nils Wistoff Date: Fri, 9 Jun 2023 16:26:02 +0200 Subject: [PATCH] Release v1.30.0 Signed-off-by: Nils Wistoff --- CHANGELOG.md | 11 ++++++++++- common_cells.core | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93208ca0..51e6216e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/common_cells.core b/common_cells.core index 31cff087..179d2820 100644 --- a/common_cells.core +++ b/common_cells.core @@ -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: