PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
Defines a unique probe for the compact mode. More...
#include <Definitions.hpp>
Public Attributes | |
unsigned int | Probe = 0 |
The position of a probe, i.e. the probed signal, given by the index of the signal. | |
unsigned int | Cycle = 0 |
The clock cycle in which the signal driven by a wire is recorded. | |
unsigned int | NumberOfProbeSets = 0 |
The number of probing sets in which this standard probe occurs. | |
unsigned int * | ProbeSetIndexes = NULL |
The indices of all probing sets in which this standard probe occurs. | |
Defines a unique probe for the compact mode.
Definition at line 343 of file Definitions.hpp.
unsigned int Hardware::UniqueProbeStruct::Cycle = 0 |
The clock cycle in which the signal driven by a wire is recorded.
Definition at line 346 of file Definitions.hpp.
unsigned int Hardware::UniqueProbeStruct::NumberOfProbeSets = 0 |
The number of probing sets in which this standard probe occurs.
Definition at line 347 of file Definitions.hpp.
unsigned int Hardware::UniqueProbeStruct::Probe = 0 |
The position of a probe, i.e. the probed signal, given by the index of the signal.
Definition at line 345 of file Definitions.hpp.
unsigned int* Hardware::UniqueProbeStruct::ProbeSetIndexes = NULL |
The indices of all probing sets in which this standard probe occurs.
Definition at line 348 of file Definitions.hpp.