Skip to content

Commit ec61b39

Browse files
Bugfix
1 parent 30d19fc commit ec61b39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Hardware/Probing.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,9 @@ void Adversaries<RobustProbeExtension>::AddProbingSet(
496496
++probe_index) {
497497
probe_extension_index =
498498
standard_probe_indices[probe_index] % GetNumberOfProbeExtensions();
499-
clock_cycle =
500-
standard_probe_indices[probe_index] / GetNumberOfProbeExtensions();
499+
clock_cycle = settings.TestClockCycles[standard_probe_indices[probe_index] /
500+
GetNumberOfProbeExtensions()] -
501+
1;
501502
signal_indices =
502503
probe_extensions_[probe_extension_index].GetAllExtensionIndices();
503504

0 commit comments

Comments
 (0)