|
3D-ICE 3.0.0
|
Structure used to store data about the dies that compose the 2D/3D stack. More...
#include <die.h>
Data Fields | |
| String_t | Id |
| CellIndex_t | NLayers |
| CellIndex_t | SourceLayerOffset |
| LayerList_t | Layers |
| Floorplan_t | Floorplan |
| CellIndex_t | Discr_X |
| CellIndex_t | Discr_Y |
Dies are one of the elements that can be used to build a 3d stack
| CellIndex_t Die_t::Discr_X |
| CellIndex_t Die_t::Discr_Y |
| Floorplan_t Die_t::Floorplan |
| LayerList_t Die_t::Layers |
The list of layers composing the die. The list stores the layers in such a way that the head/begin/first of the list points to the top most layer while the tail/end/last points to the bottom most one. Crossing the list in a reverse order is necessary to get layers from bottom to top.
| CellIndex_t Die_t::NLayers |
| CellIndex_t Die_t::SourceLayerOffset |