From dc555643226419b7a602f0aa39d449545ea4c1f2 Mon Sep 17 00:00:00 2001 From: Samuel Riedel Date: Sun, 5 Sep 2021 11:58:09 +0200 Subject: [PATCH] Release v1.23.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e872804f..8513988e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## 1.23.0 - 2021-09-05 ### Added - Add `cc_onehot` - `isochronous_4phase_handshake`: Isochronous clock domain crossing cutting all paths using a 4-phase handshake. @@ -13,6 +14,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. module. - Make reset value of `sync` module parameterizable. +### Changed +- `id_queue`: Allow simultaneous input and output requests in `FULL_BW` mode + ## 1.22.1 - 2021-06-14 ### Fixed - Remove breaking change of `spill_register`