From 13f28aa0021fc22c0d01a12d618fda58d2c93239 Mon Sep 17 00:00:00 2001 From: Nils Wistoff Date: Thu, 7 Mar 2024 10:54:48 +0100 Subject: [PATCH] Release v1.33.0 Signed-off-by: Nils Wistoff --- CHANGELOG.md | 16 ++++++++++++++-- common_cells.core | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d393a342..0f40b8ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,21 @@ 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.33.0 - 2024-03-07 ### Added -- Add `passthrough_stream_fifo`: stream FIFO which does not cut the timing path, this allows it to do a simultaneous push and pop when full. +- Add `passthrough_stream_fifo`: Stream FIFO which does not cut the timing path, this allows it to do a simultaneous push and pop when full. +- Registers: Add FFARNC macro: Flip-Flop with asynchronous active-low reset and synchronous clear. + +### Changed +- Enable assertions in verilator. +- Change `pragma translate_off` statements to ```ifndef SYNTHESIS`` according to IEEE 1364.1-2005 spec 6.3.2. +- `plru_tree`: Add assertion that output is onehot. +- Update CI trigger condition. + +### Fixed +- `onehot_to_bin`: Fix width mismatch in assignment. +- `plru_tree`: Improve tool compatibility. +- `stream_xbar`: Fix masked assertion. ## 1.32.0 - 2023-09-26 ### Added diff --git a/common_cells.core b/common_cells.core index 654f639d..1c97ab9b 100644 --- a/common_cells.core +++ b/common_cells.core @@ -1,6 +1,6 @@ CAPI=2: -name : pulp-platform.org::common_cells:1.32.0 +name : pulp-platform.org::common_cells:1.33.0 filesets: rtl: