From d13980ba63b259c5c9101a84e8f0023e8d41bb86 Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Wed, 16 Oct 2024 15:28:30 +0200 Subject: [PATCH] [CHANGELOG] Update Changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8eb04fc3..76d6d0aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add virtual->physical address translation for Ara by sharing CVA6 MMU - Add Ara VLSU support for MMU exceptions - Add multi-precision conv3d + - Add Cheshire bare-metal FPGA flow for vcu128 and vcu118 + - Add cva6-sdk submodule + - Add Cheshire Linux FPGA flow for vcu128 and vcu118 ### Changed @@ -56,6 +59,8 @@ 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 + - Update all Github Actions for CI + - Update READMEs with FPGA implementation instructions ## 3.0.0 - 2023-09-08