Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Nov 21, 2022
1 parent aa42cd6 commit 44097b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ 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.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](https://github.com/pulp-platform/axi_llc/pull/5).
This addresses [#2](https://github.com/pulp-platform/axi_llc/issues/2).
- Update AXI dependency from `0.37.0` to `0.39.0-beta.2` fixing [#3](https://github.com/pulp-platform/axi_llc/issues/3).
- Various fixes to ci

## 0.1.0 - 2022-09-01

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ vcs_clean:
.PHONY: pickle pickle_clean doc doc_clean graph graph_clean morty_clean

MORTY ?= morty
MORTY_TOP ?= axi_llc_top
MORTY_TOP ?= axi_llc_reg_wrap
MORTY_TOP_TB ?= tb_axi_llc
PATH_ESCAPED = $(shell pwd | sed 's_/_\\/_g')
RELATIVE_PATH_REGEX = 's/$(PATH_ESCAPED)/./'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0

0 comments on commit 44097b6

Please sign in to comment.