Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.31 KB

File metadata and controls

35 lines (24 loc) · 1.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.2.2 - 2025-02-27

Changed

  • Bump dependencies, fix CI. #16

Fixed

  • Fix implicit cast of enum-type for Verilator. #18
  • Fix transition from LLC to SPM. #21

0.2.1 - 2023-03-29

Added

  • Add a BIST status register. #6
  • Add parameters to control config prints. #7

0.2.0 - 2022-11-21

Changed

  • Separate config registers from the LLC implementation. Add a top level, axi_llc_reg_wrap, containing a default configuration register file. #5. This addresses #2.
  • Update AXI dependency from 0.37.0 to 0.39.0-beta.2 fixing #3.
  • Various fixes to ci

0.1.0 - 2022-09-01

Added

  • Add initial version of the AXI Last-level Cache (LLC).