PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
Defines a single probe. More...
#include <Definitions.hpp>
Public Member Functions | |
ProbePositionStruct () | |
Initializes a new probe. | |
ProbePositionStruct (unsigned int, unsigned int) | |
Initializes a single probe with a specific position and clock cycle. | |
Public Attributes | |
unsigned int | Probe |
The position of a probe, i.e. the probed signal, given by the index of the signal. | |
unsigned int | Cycle |
The clock cycle in which the signal driven by a wire is recorded. | |
Defines a single probe.
Definition at line 270 of file Definitions.hpp.
Hardware::ProbePositionStruct::ProbePositionStruct | ( | ) |
Initializes a new probe.
The default constructor of a single probe.
Hardware::ProbePositionStruct::ProbePositionStruct | ( | unsigned int | , |
unsigned int | |||
) |
Initializes a single probe with a specific position and clock cycle.
p | The probed wire index. |
c | The clock cycle to probe. |
unsigned int Hardware::ProbePositionStruct::Cycle |
The clock cycle in which the signal driven by a wire is recorded.
Definition at line 273 of file Definitions.hpp.
unsigned int Hardware::ProbePositionStruct::Probe |
The position of a probe, i.e. the probed signal, given by the index of the signal.
Definition at line 272 of file Definitions.hpp.