From 1cf9bbec88e9f964197fd22037b5f8bad8ee0c5d Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Thu, 7 Nov 2024 22:58:33 +0100 Subject: [PATCH] [CHANGELOG] Update Changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8eb04fc3..5a2764ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fix `acc_dispatcher` CVA6 bug for instructions with side effects - Fix NaN/subnormal floating-point handling in opqueues - Stall vfdiv/vfsqrt instructions following/preceding other fp instructions + - Bump upload and delete artifact actions + - Fix synthesis-unfriendly constructs ### Added @@ -56,6 +58,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Memory size is now constant with NrLanes - Enable hierarchical verilation - Bump AXI and common cells to solve verilation warnings + - Cut CVA6 - Ara combinatorial path on instruction interface + - Parametrize OS support (disabled by default) + - Cut ready-path between VLSU and MASKU + - Relax tight ADDRGEN timing path + - Time multiplex VCPOP and VFIRST ops in MASKU + - Refactor MASKU + - Remove bit-support for tail elements + - Adapt mask tests to this behavior + - Use only one commit port in CVA6 ## 3.0.0 - 2023-09-08