PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
#include <Definitions.hpp>
Public Attributes | |
int | Type |
char * | Name |
int | Hierarchy |
short | Depth |
char | NumberOfInputs |
int * | Inputs |
char | NumberOfOutputs |
int * | Outputs |
int * | RegValueIndexes |
char | Deleted |
Definition at line 75 of file Definitions.hpp.
char Hardware::CellStruct::Deleted |
Definition at line 86 of file Definitions.hpp.
short Hardware::CellStruct::Depth |
Definition at line 80 of file Definitions.hpp.
int Hardware::CellStruct::Hierarchy |
Definition at line 79 of file Definitions.hpp.
int* Hardware::CellStruct::Inputs |
Definition at line 82 of file Definitions.hpp.
char* Hardware::CellStruct::Name |
Definition at line 78 of file Definitions.hpp.
char Hardware::CellStruct::NumberOfInputs |
Definition at line 81 of file Definitions.hpp.
char Hardware::CellStruct::NumberOfOutputs |
Definition at line 83 of file Definitions.hpp.
int* Hardware::CellStruct::Outputs |
Definition at line 84 of file Definitions.hpp.
int* Hardware::CellStruct::RegValueIndexes |
Definition at line 85 of file Definitions.hpp.
int Hardware::CellStruct::Type |
Definition at line 77 of file Definitions.hpp.