PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
#include <Definitions.hpp>
Public Attributes | |
char * | Name |
char | Type |
short | Depth |
int | Output |
int | NumberOfInputs |
int * | Inputs |
char | ProbeAllowed |
char | Deleted |
Definition at line 89 of file Definitions.hpp.
char Hardware::SignalStruct::Deleted |
Definition at line 98 of file Definitions.hpp.
short Hardware::SignalStruct::Depth |
Definition at line 93 of file Definitions.hpp.
int* Hardware::SignalStruct::Inputs |
Definition at line 96 of file Definitions.hpp.
char* Hardware::SignalStruct::Name |
Definition at line 91 of file Definitions.hpp.
int Hardware::SignalStruct::NumberOfInputs |
Definition at line 95 of file Definitions.hpp.
int Hardware::SignalStruct::Output |
Definition at line 94 of file Definitions.hpp.
char Hardware::SignalStruct::ProbeAllowed |
Definition at line 97 of file Definitions.hpp.
char Hardware::SignalStruct::Type |
Definition at line 92 of file Definitions.hpp.