Skip to content

Commit 0136fdb

Browse files
committed
[hw,darjeeling,lc_ctrl,rtl] Rotate lc_ctrl testings seed for DJ to be distinct to EG
Signed-off-by: Robert Schilling <[email protected]>
1 parent b5e4152 commit 0136fdb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

hw/top_darjeeling/data/autogen/top_darjeeling.secrets.testing.gen.hjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
lc_ctrl_seed:
2323
{
2424
seed_mode: testing
25-
value: 40182201019264397688411770949626922549663256047001778394918990008320537410392
25+
value: 73183785937994765942105269559576336430731269166614113490738802526276329963158
2626
}
2727
}
2828
module:

hw/top_darjeeling/data/top_darjeeling_seed.testing.hjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
name: "testing"
1212
topgen_seed: 30303603493614338660957087945302489777030192937656386903877022866265637632015
1313
otp_img_seed: 85452983286950371191603618368782861611109037138182535346147818831008789508651
14-
lc_ctrl_seed: 40182201019264397688411770949626922549663256047001778394918990008320537410392
14+
lc_ctrl_seed: 73183785937994765942105269559576336430731269166614113490738802526276329963158
1515
}

hw/top_darjeeling/rtl/autogen/testing/lc_ctrl_token_pkg.sv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ package lc_ctrl_token_pkg;
1919
128'h0
2020
};
2121
parameter lc_token_t RndCnstRawUnlockToken = {
22-
128'hE4225DC332EA1FDA63B4C524556ED4D4
22+
128'h387B1C46E7F4AAF627885508EDA5B08C
2323
};
2424
parameter lc_token_t AllZeroTokenHashed = {
2525
128'h3852305BAECF5FF1D5C1D25F6DB9058D
2626
};
2727
parameter lc_token_t RndCnstRawUnlockTokenHashed = {
28-
128'hF51C9CB753A5AADEA5FDC7D23AB29F6D
28+
128'h348FFE58DF00CB7B3E48A76335CCF200
2929
};
3030

3131
endpackage : lc_ctrl_token_pkg

0 commit comments

Comments
 (0)