3D-ICE 3.0.0
|
Structure containing information about a floorplan element. More...
#include <floorplan_element.h>
Data Fields | |
String_t | Id |
Quantity_t | NICElements |
ICElementList_t | ICElements |
ChipDimension_t | Area |
PowersQueue_t * | PowerValues |
Floorplan elements represent ...
Definition at line 68 of file floorplan_element.h.
ChipDimension_t FloorplanElement_t::Area |
The area of the floorplan element, in , computed as the sum of the effective area of each ic element
Definition at line 87 of file floorplan_element.h.
ICElementList_t FloorplanElement_t::ICElements |
The list of IC elements that defines the surface of the floorplan element
Definition at line 82 of file floorplan_element.h.
String_t FloorplanElement_t::Id |
The id (string) to identifiy the floorplan element
Definition at line 72 of file floorplan_element.h.
Quantity_t FloorplanElement_t::NICElements |
The number of IC elements that defines the surface of the floorplan element
Definition at line 77 of file floorplan_element.h.
PowersQueue_t* FloorplanElement_t::PowerValues |
The list of power values representing the power consumption of the floorplan element during the thermal simulation
Definition at line 92 of file floorplan_element.h.