From 6a49221e675f41bf1bb8cb54b59fea2b14c65b57 Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Fri, 28 Jun 2024 16:35:56 +0200 Subject: [PATCH] [CHANGELOG] Update Changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2898d49ce..f2671b185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Set vstart=0 upon succesfull vector instructions - Fix vstart usage in ara dispatcher - Fix reshuffle mechanism + - Fix vstart usage for memory operations ### Added @@ -23,6 +24,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Print I$/D$ stall metrics - Add `spmv`, `conjugate_gradient`, and `gemv` kernels. - Add multi-precision matmul kernel + - Add MMU interface between Ara and CVA6 + - Add virtual->physical address translation for Ara by sharing CVA6 MMU + - Add Ara VLSU support for MMU exceptions ### Changed @@ -41,6 +45,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Bump CVA6 to version that supports "exceptions" reporting - VLEN is now a parameter of the ara architecture and does not depend on a define anymore - vlen_t, as a consequence, is now define within the architecture as a parameter/localparam + - Refactor addrgen module ## 3.0.0 - 2023-09-08