Skip to content

Commit 51a8f50

Browse files
committed
[fpga] Add AES SCA trigger delay
Signed-off-by: Pascal Nasahl <nasahlpa@lowrisc.org>
1 parent 00fb3f0 commit 51a8f50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hw/top_earlgrey/rtl/autogen/chip_earlgrey_cw310.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ module chip_earlgrey_cw310 #(
10611061
top_earlgrey #(
10621062
.SecAesMasking(1'b1),
10631063
.SecAesSBoxImpl(aes_pkg::SBoxImplDom),
1064-
.SecAesStartTriggerDelay(0),
1064+
.SecAesStartTriggerDelay(320),
10651065
.SecAesAllowForcingMasks(1'b1),
10661066
.CsrngSBoxImpl(aes_pkg::SBoxImplLut),
10671067
.OtbnRegFile(otbn_pkg::RegFileFPGA),

hw/top_earlgrey/templates/chiplevel.sv.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ module chip_${top["name"]}_${target["name"]} #(
11381138
% if target["name"] in ["cw310", "cw340"]:
11391139
.SecAesMasking(1'b1),
11401140
.SecAesSBoxImpl(aes_pkg::SBoxImplDom),
1141-
.SecAesStartTriggerDelay(0),
1141+
.SecAesStartTriggerDelay(320),
11421142
.SecAesAllowForcingMasks(1'b1),
11431143
.CsrngSBoxImpl(aes_pkg::SBoxImplLut),
11441144
.OtbnRegFile(otbn_pkg::RegFileFPGA),

0 commit comments

Comments
 (0)