From 7355bc12cf334f7d654195f28b82045b4cca1cd0 Mon Sep 17 00:00:00 2001 From: Pirmin Vogel Date: Fri, 5 Jul 2024 14:28:21 +0200 Subject: [PATCH] [csrng] Move CSRNG version 2.0.0 verification_stage to V2S Upstream OpenTitan commit 5b9568d058bed157328a1564a7f11d1ac45bec9b This resolves lowRISC/OpenTitan#22467. The following files are changed in OpenTitan commit but not included: - hw/ip/csrng/doc/checklist.md Signed-off-by: Pirmin Vogel Co-authored-by: Gary Guo Signed-off-by: Gary Guo --- src/csrng/data/csrng.hjson | 2 +- src/csrng/data/csrng.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/csrng/data/csrng.hjson b/src/csrng/data/csrng.hjson index 1383ba4a7..742b3dc9c 100644 --- a/src/csrng/data/csrng.hjson +++ b/src/csrng/data/csrng.hjson @@ -23,7 +23,7 @@ version: "2.0.0", life_stage: "L1", design_stage: "D2S", - verification_stage: "V1", + verification_stage: "V2S", dif_stage: "S2", clocking: [{clock: "clk_i", reset: "rst_ni"}], bus_interfaces: [ diff --git a/src/csrng/data/csrng.json b/src/csrng/data/csrng.json index e5681f0d2..263e63eca 100644 --- a/src/csrng/data/csrng.json +++ b/src/csrng/data/csrng.json @@ -11,7 +11,7 @@ "version": "2.0.0", "life_stage": "L1", "design_stage": "D2S", - "verification_stage": "V1", + "verification_stage": "V2S", "dif_stage": "S2", "clocking": [ {