Skip to content

Commit

Permalink
Release v1.31.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 8, 2023
1 parent 77c4949 commit aed978e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.31.0 - 2023-08-08
### Added
- Add `mem_to_banks_detailed`: `mem_to_banks` with detailed response signals

### Fixed
- `unread`: Add dummy signal assignment when targeting Vivado to avoid blackbox inference

## 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.
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.30.0
name : pulp-platform.org::common_cells:1.31.0

filesets:
rtl:
Expand Down

0 comments on commit aed978e

Please sign in to comment.