-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |