3D-ICE 3.0.0
Data Fields
StackDescription_t Struct Reference

Structure containing all the informations related to the 3d stack. More...

#include <stack_description.h>

Data Fields

String_t FileName
 
MaterialList_t Materials
 
HeatSink_tTopHeatSink
 
HeatSink_tBottomHeatSink
 
Channel_tChannel
 
LayerList_t Layers
 
DieList_t Dies
 
Dimensions_tDimensions
 
StackElementList_t StackElements
 

Detailed Description

Definition at line 71 of file stack_description.h.

Field Documentation

◆ BottomHeatSink

HeatSink_t* StackDescription_t::BottomHeatSink

Information about the heat dissipation throught the bottom surface

Definition at line 87 of file stack_description.h.

◆ Channel

Channel_t* StackDescription_t::Channel

Information about the type of channel used in the 3d stack

Definition at line 91 of file stack_description.h.

◆ Dies

DieList_t StackDescription_t::Dies

The list of dies available to compose the 3d stack

Definition at line 99 of file stack_description.h.

◆ Dimensions

Dimensions_t* StackDescription_t::Dimensions

Collection of all the dimensions (chip, grid of cells, cell)

Definition at line 103 of file stack_description.h.

◆ FileName

String_t StackDescription_t::FileName

The name of the file used to fill the stack description

Definition at line 75 of file stack_description.h.

◆ Layers

LayerList_t StackDescription_t::Layers

The list of layers available to compose the 3d stack

Definition at line 95 of file stack_description.h.

◆ Materials

MaterialList_t StackDescription_t::Materials

The list of materials componing the layers and channel walls

Definition at line 79 of file stack_description.h.

◆ StackElements

StackElementList_t StackDescription_t::StackElements

The list of stack elements composing the 3Dstack. The list stores the stack elements in such a way that the head/begin/first of the list points to the top most stack element while the tail/end/last points to the bottom most one. Crossing the list in a reverse order is necessary to get stack elements from bottom to top.

Definition at line 112 of file stack_description.h.

◆ TopHeatSink

HeatSink_t* StackDescription_t::TopHeatSink

Information about the heat dissipation throught the top surface

Definition at line 83 of file stack_description.h.


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