From 0e1fb6751d9684d968ba7fb40836e6118b448ecd Mon Sep 17 00:00:00 2001 From: Michael Rogenmoser Date: Fri, 28 Jun 2024 14:38:46 +0200 Subject: [PATCH] Release v0.1.1 --- Changelog.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..bc529d0 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,22 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + + +## Unreleased + +## 0.1.1 - 28.06.2024 +### Added +- Allow fetches to bypass prefetches in L1. +- Requests to identical memory locations from different L0 caches are served at the same time, even when cached in L1 + +### Fixed +- Fix multi-set hit in serial L1. +- Fix verilator `lint_off` for latch. +- Allow `early_tag_width` == `tag_width` in L0. +- Fix SCM for FPGA target. + +## 0.1.0 - 27.02.2024 +Initial release, incorporating snitch_cluster and mempool modifications.