3D-ICE 3.0.0
|
Structure containing all the informations related to the 3d stack. More...
#include <stack_description.h>
Data Fields | |
String_t | FileName |
MaterialList_t | Materials |
HeatSink_t * | TopHeatSink |
HeatSink_t * | BottomHeatSink |
Channel_t * | Channel |
LayerList_t | Layers |
DieList_t | Dies |
Dimensions_t * | Dimensions |
StackElementList_t | StackElements |
Definition at line 71 of file stack_description.h.
HeatSink_t* StackDescription_t::BottomHeatSink |
Information about the heat dissipation throught the bottom surface
Definition at line 87 of file stack_description.h.
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.
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_t* StackDescription_t::Dimensions |
Collection of all the dimensions (chip, grid of cells, cell)
Definition at line 103 of file stack_description.h.
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.
LayerList_t StackDescription_t::Layers |
The list of layers available to compose the 3d stack
Definition at line 95 of file stack_description.h.
MaterialList_t StackDescription_t::Materials |
The list of materials componing the layers and channel walls
Definition at line 79 of file stack_description.h.
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.
HeatSink_t* StackDescription_t::TopHeatSink |
Information about the heat dissipation throught the top surface
Definition at line 83 of file stack_description.h.