Skip to content

Commit 1b2498e

Browse files
vogelpinbdd0121
andcommitted
[entropy_src] Move ENTROPY_SRC version 2.0.0 verification_stage to V2S
Upstream OpenTitan commit 509b468edd684eeb7f59a99e93f2903edb85b69b This resolves lowRISC/opentitan#22469. The following files are changed in OpenTitan commit but not included: - hw/ip/entropy_src/doc/checklist.md Signed-off-by: Pirmin Vogel <[email protected]> Co-authored-by: Gary Guo <[email protected]> Signed-off-by: Gary Guo <[email protected]>
1 parent 40bb92d commit 1b2498e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/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: [

src/entropy_src/data/entropy_src.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"version": "2.0.0",
1212
"life_stage": "L1",
1313
"design_stage": "D2S",
14-
"verification_stage": "V1",
14+
"verification_stage": "V2S",
1515
"dif_stage": "S2",
1616
"clocking": [
1717
{

0 commit comments

Comments
 (0)