3D-ICE 3.0.0
|
#include <ic_element.h>
A rectangle that represent the surface occupied by a flooprlan element
Definition at line 65 of file ic_element.h.
ChipDimension_t ICElement_t::Discr_X |
Discretization level at the west-east X coordinate
Definition at line 85 of file ic_element.h.
ChipDimension_t ICElement_t::Discr_Y |
Discretization level at the north-south Y coordinate
Definition at line 89 of file ic_element.h.
CellIndex_t ICElement_t::Index_end |
(Non-uniform scenario) The end index of the of the thermal cell in the non-uniform thermal cell list
Definition at line 117 of file ic_element.h.
CellIndex_t ICElement_t::Index_start |
(Non-uniform scenario) The start index of the of the thermal cell in the non-uniform thermal cell list
Definition at line 113 of file ic_element.h.
ChipDimension_t ICElement_t::Length |
The length (west <-> east) of the ic element, in
Definition at line 77 of file ic_element.h.
CellIndex_t ICElement_t::NE_Column |
The index of the column of the thermal cell where the north-east corner of the ic element is placed
Definition at line 109 of file ic_element.h.
CellIndex_t ICElement_t::NE_Row |
The index of the row of the thermal cell where the north-east corner of the ic element is placed
Definition at line 104 of file ic_element.h.
CellIndex_t ICElement_t::SW_Column |
The index of the column of the thermal cell where the south-west corner of the ic element is placed
Definition at line 99 of file ic_element.h.
CellIndex_t ICElement_t::SW_Row |
The index of the row of the thermal cell where the south-west corner of the ic element is placed
Definition at line 94 of file ic_element.h.
ChipDimension_t ICElement_t::SW_X |
The south-west X coordinate, in
Definition at line 69 of file ic_element.h.
ChipDimension_t ICElement_t::SW_Y |
The south-west Y coordinate, in
Definition at line 73 of file ic_element.h.
ChipDimension_t ICElement_t::Width |
The width (south <-> north) of the ic element, in
Definition at line 81 of file ic_element.h.