Skip to content

Commit

Permalink
Release v1.29.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Apr 14, 2023
1 parent 89a133c commit 4ac82b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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.29.0 - 2023-04-14
### Added
- Add `shift_reg_gated`: Shift register with ICG for arbitrary types.

### Changed
- CI: Run testbenches in `test/` on internal gitlab mirror.
- `fifo_tb`: Add test for DEPTH not power of two.

### Fixed
- `clk_int_div`: Allow configuration while clock is disabled.
- `mem_to_banks`: Cut possible timing loop for HideStrb feature.
- Improved tool compatibility (Verilator, Questasim, Synopsys).

## 1.28.0 - 2022-12-15
### Added
- Add `clk_mux_glitch_free`: A glitch-free clock multiplexer.
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.28.0
name : pulp-platform.org::common_cells:1.29.0

filesets:
rtl:
Expand Down

0 comments on commit 4ac82b4

Please sign in to comment.