3D-ICE 3.0.0
|
The floorplan representing the IC as a set of floorplan elements. More...
#include <floorplan.h>
Data Fields | |
String_t | FileName |
Quantity_t | NElements |
FloorplanElementList_t | ElementsList |
FloorplanMatrix_t | SurfaceCoefficients |
Power_t * | Bpowers |
Definition at line 68 of file floorplan.h.
Power_t* Floorplan_t::Bpowers |
Power vector to perform the mv-multiplication to get the source vector
Definition at line 90 of file floorplan.h.
FloorplanElementList_t Floorplan_t::ElementsList |
Pointer to the list of floorplan elements
Definition at line 80 of file floorplan.h.
String_t Floorplan_t::FileName |
The name of the file scanned to fill the floorplan
Definition at line 72 of file floorplan.h.
Quantity_t Floorplan_t::NElements |
The number of floorplan elements in the floorplan
Definition at line 76 of file floorplan.h.
FloorplanMatrix_t Floorplan_t::SurfaceCoefficients |
Matrix that stores the surface coefficients to transform power traces of each floorplan element into a source vector
Definition at line 85 of file floorplan.h.