PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
Loading...
Searching...
No Matches
Public Attributes | List of all members
Hardware::UniqueProbeStruct Struct Reference

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.
 

Detailed Description

Defines a unique probe for the compact mode.

Author
Amir Moradi

Definition at line 343 of file Definitions.hpp.

Member Data Documentation

◆ Cycle

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.

◆ NumberOfProbeSets

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.

◆ Probe

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.

◆ ProbeSetIndexes

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.


The documentation for this struct was generated from the following file: