Skip to content

Commit 9afda9a

Browse files
committed
Release v1.38.0
Signed-off-by: Nils Wistoff <[email protected]>
1 parent 2fdef04 commit 9afda9a

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 1.38.0 - 2025-02-28
8+
### Changed
9+
- Assertions no longer disabled for Verilator. Define `ASSERTS_OFF` to disable.
10+
- Define `ASSERTS_OVERRIDE_ON` to override any defines that turn assertions off otherwise.
11+
- `id_queue`: Parametrize number of compare ports.
12+
- `assertions.svh`: Add optional argument to assertion macros to display custom error message.
13+
- `stream_to_mem`: Disable assertions during reset.
14+
- `addr_decode_dync`, `cdc_fifo_gray_clearable`, `multiaddr_decode`, `spill_register_flushable`: Promote `$warning` to `$error`.
15+
- `rr_arb_tree`, `stream_omega_net`, `stream_xbar`: Remove default assertion disable.
16+
17+
### Fixed
18+
- `delta_counter`: Fix inverted reset.
19+
- `stream_join_dynamic`: Handshake only selected streams.
20+
- Various tool compatibility improvements.
21+
722
## 1.37.0 - 2024-07-18
823
### Added
924
- `credit_counter`: Add up/down counter for credit.

common_cells.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CAPI=2:
22

3-
name : pulp-platform.org::common_cells:1.37.0
3+
name : pulp-platform.org::common_cells:1.38.0
44

55
filesets:
66
rtl:

0 commit comments

Comments
 (0)