Skip to content

Commit

Permalink
[ci] Update CW310 golden traces
Browse files Browse the repository at this point in the history
After updating CW to the latest version, traces look slightly different
(but still OK) then with the (very) old CW version. This PR adds the
new golden traces for the CW310 CI job.

Signed-off-by: Pascal Nasahl <[email protected]>
  • Loading branch information
nasahlpa committed Oct 23, 2023
1 parent 2a14228 commit 77c1e72
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
set -e
pushd ci
./ci_check_aes_traces.sh
./ci_trace_check/ci_compare_aes_traces.py -f ./ci_projects/opentitan_simple_aes.cwp -g ./ci_trace_check/golden_traces/aes_128_ecb_static.zip -c 0.8
./ci_trace_check/ci_compare_aes_traces.py -f ./ci_projects/opentitan_simple_aes.cwp -g ./ci_trace_check/golden_traces/aes_128_ecb_static_cw310.zip -c 0.8
popd
displayName: "Check captured AES traces"
displayName: "Compare captured AES trace against golden trace"
continueOnError: True
- publish: ./ci/tmp/
artifact: plot_traces_aes
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 77c1e72

Please sign in to comment.