Skip to content

Commit 3b2a677

Browse files
authored
Merge pull request #27 from da-gazzi/georgr/l0_simultaneous_prefetch
Enable simultaneous prefetching and miss-triggered refilling of the L0 I$ and allow SCM data/tag memories
2 parents 8df1695 + 0b47e7c commit 3b2a677

File tree

7 files changed

+954
-797
lines changed

7 files changed

+954
-797
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
### Changed
1010
- Rename signals indicating cache way from `*set*` to `*way*`.
1111

12+
### Fixed
13+
- Improve performance when prefetching misses.
14+
15+
### Added
16+
- Add L1 DATA SCM config option.
17+
- Add option to disable branch prediction in prefetcher.
18+
1219
## 0.2.0 - 24.02.2025
1320
### Fixed
1421
- lookup_serial: Make `write_ready_o` independent of `write_valid_i`.

0 commit comments

Comments
 (0)