From ac9e532dfd760cfca437bfbe73cfcc0e95234ada Mon Sep 17 00:00:00 2001 From: Pirmin Vogel Date: Tue, 18 Jun 2024 23:57:48 +0200 Subject: [PATCH] [flash_ctrl] Increase verification_stage to V2S The V2S signoff for Earlgrey-PROD happened some time ago already (see lowRISC/OpenTitan#21012). This commit just updates the hjson to reflect this. This resolves lowRISC/OpenTitan#22470. Signed-off-by: Pirmin Vogel --- hw/ip_templates/flash_ctrl/data/flash_ctrl.hjson.tpl | 2 +- hw/top_earlgrey/ip_autogen/flash_ctrl/data/flash_ctrl.hjson | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/ip_templates/flash_ctrl/data/flash_ctrl.hjson.tpl b/hw/ip_templates/flash_ctrl/data/flash_ctrl.hjson.tpl index 2a09a103144586..36a63d66d45fc2 100644 --- a/hw/ip_templates/flash_ctrl/data/flash_ctrl.hjson.tpl +++ b/hw/ip_templates/flash_ctrl/data/flash_ctrl.hjson.tpl @@ -44,7 +44,7 @@ version: "2.0.0", life_stage: "L1", design_stage: "D2S", - verification_stage: "V1", + verification_stage: "V2S", dif_stage: "S2", }, ] diff --git a/hw/top_earlgrey/ip_autogen/flash_ctrl/data/flash_ctrl.hjson b/hw/top_earlgrey/ip_autogen/flash_ctrl/data/flash_ctrl.hjson index 9faacd45d96b76..761f657fa1e991 100644 --- a/hw/top_earlgrey/ip_autogen/flash_ctrl/data/flash_ctrl.hjson +++ b/hw/top_earlgrey/ip_autogen/flash_ctrl/data/flash_ctrl.hjson @@ -33,7 +33,7 @@ version: "2.0.0", life_stage: "L1", design_stage: "D2S", - verification_stage: "V1", + verification_stage: "V2S", dif_stage: "S2", }, ]