From 4dadaa6af68f3818c900a32341754eb1c841ed3e Mon Sep 17 00:00:00 2001 From: Michael Rogenmoser Date: Wed, 12 Apr 2023 17:11:51 +0200 Subject: [PATCH] Update changelog and ODRG citation --- CHANGELOG.md | 7 +++++++ README.md | 20 ++++++++++---------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a20c43..1eaea78e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.5.1 - 2023-04-12 +### Added +- Add CI flow for linting + +### Fixed +- Fix ECC SRAM wrap + ## 0.5.0 - 2022-12-21 ### Added diff --git a/README.md b/README.md index e23f861e..5280949b 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,17 @@ The `ODRG_unit` is designed as a configurable bridge between three ibex cores, a ODRG is integrated in the [PULP cluster](https://github.com/pulp-platform/pulp_cluster/tree/space_pulp) and the [PULP](https://github.com/pulp-platform/pulp/tree/space_pulp) system. To test, please use the `space_pulp` branch. ### Citing -If you are using ODRG in yout academic work you can cite us: +If you are using ODRG in your academic work you can cite us: ```BibTeX -@misc{https://doi.org/10.48550/arxiv.2205.12580, - doi = {10.48550/ARXIV.2205.12580}, - url = {https://arxiv.org/abs/2205.12580}, - author = {Rogenmoser, Michael and Wistoff, Nils and Vogel, Pirmin and Gürkaynak, Frank and Benini, Luca}, - keywords = {Distributed, Parallel, and Cluster Computing (cs.DC), Signal Processing (eess.SP), FOS: Computer and information sciences, FOS: Computer and information sciences, FOS: Electrical engineering, electronic engineering, information engineering, FOS: Electrical engineering, electronic engineering, information engineering}, - title = {On-Demand Redundancy Grouping: Selectable Soft-Error Tolerance for a Multicore Cluster}, - publisher = {arXiv}, - year = {2022}, - copyright = {Creative Commons Attribution Share Alike 4.0 International} +@INPROCEEDINGS{9912026, + author={Rogenmoser, Michael and Wistoff, Nils and Vogel, Pirmin and Gürkaynak, Frank and Benini, Luca}, + booktitle={2022 IEEE Computer Society Annual Symposium on VLSI (ISVLSI)}, + title={On-Demand Redundancy Grouping: Selectable Soft-Error Tolerance for a Multicore Cluster}, + year={2022}, + volume={}, + number={}, + pages={398-401}, + doi={10.1109/ISVLSI54635.2022.00089} } ```