We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d19fc commit ec61b39Copy full SHA for ec61b39
src/Hardware/Probing.cpp
@@ -496,8 +496,9 @@ void Adversaries<RobustProbeExtension>::AddProbingSet(
496
++probe_index) {
497
probe_extension_index =
498
standard_probe_indices[probe_index] % GetNumberOfProbeExtensions();
499
- clock_cycle =
500
- standard_probe_indices[probe_index] / GetNumberOfProbeExtensions();
+ clock_cycle = settings.TestClockCycles[standard_probe_indices[probe_index] /
+ GetNumberOfProbeExtensions()] -
501
+ 1;
502
signal_indices =
503
probe_extensions_[probe_extension_index].GetAllExtensionIndices();
504
0 commit comments