File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1061,7 +1061,7 @@ module chip_earlgrey_cw310 #(
1061
1061
top_earlgrey # (
1062
1062
.SecAesMasking (1'b1 ),
1063
1063
.SecAesSBoxImpl (aes_pkg :: SBoxImplDom),
1064
- .SecAesStartTriggerDelay (0 ),
1064
+ .SecAesStartTriggerDelay (320 ),
1065
1065
.SecAesAllowForcingMasks (1'b1 ),
1066
1066
.CsrngSBoxImpl (aes_pkg :: SBoxImplLut),
1067
1067
.OtbnRegFile (otbn_pkg :: RegFileFPGA),
Original file line number Diff line number Diff line change @@ -1138,7 +1138,7 @@ module chip_${top["name"]}_${target["name"]} #(
1138
1138
% if target["name"] in ["cw310", "cw340"]:
1139
1139
.SecAesMasking(1'b1),
1140
1140
.SecAesSBoxImpl(aes_pkg::SBoxImplDom),
1141
- .SecAesStartTriggerDelay(0 ),
1141
+ .SecAesStartTriggerDelay(320 ),
1142
1142
.SecAesAllowForcingMasks(1'b1),
1143
1143
.CsrngSBoxImpl(aes_pkg::SBoxImplLut),
1144
1144
.OtbnRegFile(otbn_pkg::RegFileFPGA),
You can’t perform that action at this time.
0 commit comments