Skip to content

Commit 509b468

Browse files
vogelpiandreaskurth
authored andcommitted
[entropy_src] Move ENTROPY_SRC version 2.0.0 verification_stage to V2S
This resolves #22469. Signed-off-by: Pirmin Vogel <[email protected]>
1 parent 481cee6 commit 509b468

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

hw/ip/entropy_src/data/entropy_src.hjson

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
version: "2.0.0",
2323
life_stage: "L1",
2424
design_stage: "D2S",
25-
verification_stage: "V1",
25+
verification_stage: "V2S",
2626
dif_stage: "S2",
2727
clocking: [{clock: "clk_i", reset: "rst_ni"}],
2828
bus_interfaces: [

hw/ip/entropy_src/doc/checklist.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ Tests | [FPV_ALL_ASSERTIONS_WRITTEN][] | N/A |
184184
Tests | [FPV_ALL_ASSUMPTIONS_REVIEWED][] | N/A | No explicit assumptions
185185
Tests | [SIM_FW_SIMULATED][] | N/A |
186186
Regression | [SIM_NIGHTLY_REGRESSION_V2][] | Done |
187-
Coverage | [SIM_CODE_COVERAGE_V2][] | In progress | Toggle coverage waived/refines added for ExtHT interface (Issue #16276)
188-
Coverage | [SIM_FUNCTIONAL_COVERAGE_V2][] | In progress |
187+
Coverage | [SIM_CODE_COVERAGE_V2][] | Done | Toggle coverage waived/refines added for ExtHT interface (Issue #16276)
188+
Coverage | [SIM_FUNCTIONAL_COVERAGE_V2][] | Done |
189189
Coverage | [FPV_CODE_COVERAGE_V2][] | N/A | SecCM Assertions not covered for V2
190190
Coverage | [FPV_COI_COVERAGE_V2][] | N/A |
191191
Integration | [PRE_VERIFIED_SUB_MODULES_V2][] | Done | SHA3/KMAC
@@ -221,8 +221,8 @@ Review | [V3_CHECKLIST_SCOPED][] | Done |
221221
--------------|-----------------------------------------|-------------|------------------
222222
Documentation | [SEC_CM_TESTPLAN_COMPLETED][] | Done |
223223
Tests | [FPV_SEC_CM_VERIFIED][] | Done |
224-
Tests | [SIM_SEC_CM_VERIFIED][] | In progress |
225-
Coverage | [SIM_COVERAGE_REVIEWED][] | In progress |
224+
Tests | [SIM_SEC_CM_VERIFIED][] | Done |
225+
Coverage | [SIM_COVERAGE_REVIEWED][] | Done |
226226
Review | [SEC_CM_DV_REVIEWED][] | Done |
227227

228228
[SEC_CM_TESTPLAN_COMPLETED]: ../../../../doc/project_governance/checklist/README.md#sec_cm_testplan_completed

0 commit comments

Comments
 (0)