Skip to content

Commit

Permalink
Release v1.32.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Sep 26, 2023
1 parent 7ecdec0 commit 2bd027c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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).

## 1.32.0 - 2023-09-26
### Added
- Add `stream_join_dynamic`: `stream_join` with a dynamically configurable subset selection.
- Add `multiaddr_decode`: Address map decoder using NAPOT regions and allowing for multiple address inputs.
- Add `addr_decode_dync`: `addr_decode` with support for dynamic online configuration.

### Changed
- `mem_to_banks`: Change default value for `NumBanks` from `0` to `1` to avoid division by zero.

## 1.31.1 - 2023-08-09
### Fixed
- `mem_to_banks`: Keep defaut values for localparams
Expand Down
4 changes: 3 additions & 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.31.1
name : pulp-platform.org::common_cells:1.32.0

filesets:
rtl:
Expand All @@ -27,6 +27,7 @@ filesets:
- src/lfsr.sv
- src/lfsr_16bit.sv
- src/lfsr_8bit.sv
- src/multiaddr_decode.sv
- src/mv_filter.sv
- src/onehot_to_bin.sv
- src/plru_tree.sv
Expand All @@ -42,6 +43,7 @@ filesets:
- src/stream_fork.sv
- src/stream_intf.sv
- src/stream_join.sv
- src/stream_join_dynamic.sv
- src/stream_mux.sv
- src/stream_throttle.sv
- src/sub_per_hash.sv
Expand Down

0 comments on commit 2bd027c

Please sign in to comment.