Skip to content

Commit

Permalink
Release v1.25.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Aug 10, 2022
1 parent ed59d19 commit 16c5bca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,22 @@ 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.25.0 - 2022-08-10
### Added
- Add `addr_decode_napot`: variant of `addr_decode` which uses a base address and mask instead of a start and end address.
- Add `stream_fifo_optimal_wrap`: instantiates a more optimal `spill_register` instead of a `stream_fifo` for `depth == 2`.

### Changed
- Make `stream_register` truly stream by replacing internal FIFO with FFs.
- Avoid using `$bits()` call in `id_queue`'s parameters.
- Remove `cb_filter` and `cb_filter_pkg` from from Vivado IP packager project sources due to compatibility issues.
- Use `tc_clk_mux` as glitch-free muxes in `rstgen_bypass` to avoid combinational glitches.
- Avoid program blocks in testbenches for simulator compatibility.

### Fixed
- Update `src_files.yml` and `common_cells.core`

## 1.24.1 - 2022-04-13
### Fixed
- Fix typos in `Bender.yml` and `src_files.yml`
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.24.1
name : pulp-platform.org::common_cells:1.25.0

filesets:
rtl:
Expand Down

0 comments on commit 16c5bca

Please sign in to comment.