Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Jun 28, 2024
1 parent 35845bd commit 0e1fb67
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Changelog.md
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.

0 comments on commit 0e1fb67

Please sign in to comment.