PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
Defines a cell library. More...
#include <Definitions.hpp>
Public Attributes | |
int | NumberOfCellTypes = 0 |
The number of different cell types in the library. | |
Hardware::CellTypeStruct ** | CellTypes = NULL |
The different cell types in the library. | |
int | BufferCellType = -1 |
Defines a cell library.
Definition at line 68 of file Definitions.hpp.
int Hardware::LibraryStruct::BufferCellType = -1 |
Definition at line 72 of file Definitions.hpp.
Hardware::CellTypeStruct** Hardware::LibraryStruct::CellTypes = NULL |
The different cell types in the library.
Definition at line 71 of file Definitions.hpp.
int Hardware::LibraryStruct::NumberOfCellTypes = 0 |
The number of different cell types in the library.
Definition at line 70 of file Definitions.hpp.