You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --tttest-step-file option allowing to load a previously stored results file for regenerating plots is broken. It requires several variables and files (e.g. single_trace.npy, num_traces) which are not / no longer stored are no longer loaded.
This feature is important especially for the highly compute intense tests (specific AES testing) where generating the t-test step file takes several hours on a beefy workstation and printing the figures is a matter of seconds.
The text was updated successfully, but these errors were encountered:
This PR adds metadata to the ttest_step_file that is needed to
re-printing the figure.
A ttest_step_file can be created by setting
save_to_disk_ttest=true in the config file.
This ttest_step file than can be loaded with the entry:
ttest_step_file.
CloseslowRISC#284
Signed-off-by: Pascal Nasahl <[email protected]>
This PR adds metadata to the ttest_step_file that is needed to
re-printing the figure.
A ttest_step_file can be created by setting
save_to_disk_ttest=true in the config file.
This ttest_step file than can be loaded with the entry:
ttest_step_file.
Closes#284
Signed-off-by: Pascal Nasahl <[email protected]>
The
--tttest-step-file
option allowing to load a previously stored results file for regenerating plots is broken. It requires several variables and files (e.g.single_trace.npy
,num_traces
) which are not / no longer stored are no longer loaded.This feature is important especially for the highly compute intense tests (specific AES testing) where generating the t-test step file takes several hours on a beefy workstation and printing the figures is a matter of seconds.
The text was updated successfully, but these errors were encountered: