Skip to content

Commit

Permalink
[top_earlgrey] Disable RAW unlock feature
Browse files Browse the repository at this point in the history
This addresses the design side of #18250

Signed-off-by: Michael Schaffner <[email protected]>
  • Loading branch information
msfschaffner committed Feb 15, 2024
1 parent 557a13c commit 65efb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/top_earlgrey/rtl/top_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ localparam int TL_SZW=$clog2($clog2(TL_DBW)+1);
// NOTE THAT THIS IS A FEATURE FOR TEST CHIPS ONLY TO MITIGATE
// THE RISK OF A BROKEN OTP MACRO. THIS WILL BE DISABLED FOR
// PRODUCTION DEVICES.
localparam int SecVolatileRawUnlockEn = 1;
localparam int SecVolatileRawUnlockEn = 0;

endpackage

0 comments on commit 65efb95

Please sign in to comment.