From 200e92ed3316f7a5ecf4d8cb1fdbbd9042e2ba14 Mon Sep 17 00:00:00 2001 From: Paolo Mantovani Date: Tue, 13 Apr 2021 22:25:24 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b83a4ecb..6284f5d518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,31 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Calendar Versioning](https://calver.org/) with format `YYYY.MINOR.MICRO`. +## [2021.1.1] + +### Added + +- **Ibex** + - Enable ESP cache hierarchy with Ibex core (#92) + +### Fixed + +- **Toolchain scripts** + - Update URL of Leon3 prebuilt files (#96) + +- **Cache hierarchy** + - Fix endianness of the SystemC implementation for instances of ESP using a RISC-V core (#92) + +- **Ibex** + - Use Xilinx primitives for Ibex implementation on FPGA + - Disable ESP L2 invalidation master port on AHB bus (#92) + +- **Infrastructure* + - Fix link update of the object dump used in full-system RTL simulations (#93) + - Save HLS log files for the cache hierarchy into log folder + - Restore optimized floorplanning for proFPGA XCVU440 (#94) + + ## [2021.1.0] ### Added