3D-ICE 3.0.0
Data Fields
Die_t Struct Reference

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
 

Detailed Description

Dies are one of the elements that can be used to build a 3d stack

Definition at line 69 of file die.h.

Field Documentation

◆ Discr_X

CellIndex_t Die_t::Discr_X

Die discretization level at the west-east X coordinate

Definition at line 98 of file die.h.

◆ Discr_Y

CellIndex_t Die_t::Discr_Y

Die discretization level at the north-south Y coordinate

Definition at line 102 of file die.h.

◆ Floorplan

Floorplan_t Die_t::Floorplan

The floorplan used on the source layer

Definition at line 94 of file die.h.

◆ Id

String_t Die_t::Id

The id (string) of the die

Definition at line 73 of file die.h.

◆ Layers

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.

Definition at line 90 of file die.h.

◆ NLayers

CellIndex_t Die_t::NLayers

The number of layer composing the die

Definition at line 77 of file die.h.

◆ SourceLayerOffset

CellIndex_t Die_t::SourceLayerOffset

The offset (# layers) of the source layer within the die

Definition at line 81 of file die.h.


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