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

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
 

Detailed Description

Defines a cell library.

Author
Amir Moradi

Definition at line 68 of file Definitions.hpp.

Member Data Documentation

◆ BufferCellType

int Hardware::LibraryStruct::BufferCellType = -1

Definition at line 72 of file Definitions.hpp.

◆ CellTypes

Hardware::CellTypeStruct** Hardware::LibraryStruct::CellTypes = NULL

The different cell types in the library.

Definition at line 71 of file Definitions.hpp.

◆ NumberOfCellTypes

int Hardware::LibraryStruct::NumberOfCellTypes = 0

The number of different cell types in the library.

Definition at line 70 of file Definitions.hpp.


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