Skip to content

Commit

Permalink
[ci] Add filter_traces to CI job
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Nasahl <[email protected]>
  • Loading branch information
nasahlpa committed Oct 17, 2023
1 parent 01437b4 commit 4532764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/cfg/ci_tvla_cfg_aes_specific_byte0_rnd0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ ttest_step_file: null
plot_figures: true
general_test: false
mode: aes
filter_traces: true
2 changes: 1 addition & 1 deletion ci/ci_check_tvla_aes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir -p tmp
MODE="aes"
BOARD=cw310
declare -A aes_test_list
aes_test_list["aes-random"]=100
aes_test_list["aes-random"]=5000

ARGS="--force-program-bitstream"
for test in ${!aes_test_list[@]}; do
Expand Down

0 comments on commit 4532764

Please sign in to comment.