Skip to content

Commit 8e9a3da

Browse files
etterlinasahlpa
authored andcommitted
[kmac] Increase version to 2.1.0
The next version will feature an extended application interface. This will result in substantial changes and thus we increase the version and adapt the development stages accoridingly: Design stage: Changed to D1 as extension only affects the app interface and the main logic stays the same. Verification stage: Changed to V1 as the main DV framework stays the same. There is however some substantial rework of the app interface DV required. Device interface function stage: Changed to S1 as S2 requires at least D2. The interface will most likely stay the same, maybe one incremental extension will be implemented for error recovery. This optional change is however intended not to break the existing interface. Signed-off-by: Pascal Etterli <pascal.etterli@lowrisc.org>
1 parent eac2846 commit 8e9a3da

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

hw/ip/kmac/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- BEGIN CMDGEN util/mdbook_regression_links.py --hjson hw/ip/kmac/data/kmac.hjson --top earlgrey -->
33
| Regression | Version | [Stages](https://opentitan.org/book/doc/project_governance/development_stages.html) | Results |
44
|-|-|-|-|
5-
[`kmac_masked`](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/dashboard.html) | 2.0.0 | D2S, V2S | ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_masked/test.svg) ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_masked/passing.svg) ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_masked/functional.svg) ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_masked/code.svg) |
6-
[`kmac_unmasked`](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/dashboard.html) | 2.0.0 | D2S, V2S | ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_unmasked/test.svg) ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_unmasked/passing.svg) ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_unmasked/functional.svg) ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_unmasked/code.svg) |
5+
[`kmac_masked`](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/dashboard.html) | 2.1.0 | D1, V1 | ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_masked/test.svg) ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_masked/passing.svg) ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_masked/functional.svg) ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_masked/code.svg) |
6+
[`kmac_unmasked`](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/dashboard.html) | 2.1.0 | D1, V1 | ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_unmasked/test.svg) ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_unmasked/passing.svg) ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_unmasked/functional.svg) ![](https://dashboard.reports.lowrisc.org/opentitan/earlgrey/badge/kmac_unmasked/code.svg) |
77

88
This IP has been taped out in Earl Grey 1.0.0. The corresponding documentation and regression results can be found [here](https://opentitan.org/earlgrey_1.0.0/book/hw/ip/kmac/index.html).
99

hw/ip/kmac/data/kmac.hjson

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
design_stage: "D2S",
3030
verification_stage: "V2S",
3131
dif_stage: "S2",
32+
commit_id: "0742a8e0ad0f0c9a50720ecfea93287035d52944",
33+
},
34+
{
35+
version: "2.1.0",
36+
life_stage: "L1",
37+
design_stage: "D1",
38+
verification_stage: "V1",
39+
dif_stage: "S1",
3240
}
3341
]
3442
clocking: [

0 commit comments

Comments
 (0)