3D-ICE 3.0.0
Data Fields
StackElement_t Struct Reference

Structure used to store data about the stack element that compose the 2D/3D stack. More...

#include <stack_element.h>

Data Fields

String_t Id
 
StackElementType_t SEType
 
StackElement_p Pointer
 
HeatSink_tTopSink
 
HeatSink_tBottomSink
 
CellIndex_t NLayers
 
CellIndex_t Offset
 

Detailed Description

A stack element is the main componenent of a 3d stack. It can be a layer, a die or a channel.

Definition at line 92 of file stack_element.h.

Field Documentation

◆ BottomSink

HeatSink_t* StackElement_t::BottomSink

Pointer to the heat sink to dissipate through the bottommost layer

Definition at line 114 of file stack_element.h.

◆ Id

String_t StackElement_t::Id

The id (string) of the stack element

Definition at line 96 of file stack_element.h.

◆ NLayers

CellIndex_t StackElement_t::NLayers

The number of layers composing the stack element

Definition at line 118 of file stack_element.h.

◆ Offset

CellIndex_t StackElement_t::Offset

The offset (# layers) of the first layer of the stack element, counting from the first layer in the stack

Definition at line 123 of file stack_element.h.

◆ Pointer

StackElement_p StackElement_t::Pointer

Pointer to a data structure representing the type of a StackElement. This pointer must be casted depending on the value stored in StackElement::Type

Definition at line 106 of file stack_element.h.

◆ SEType

StackElementType_t StackElement_t::SEType

The type of the stack element (Layer, Die or Channel)

Definition at line 100 of file stack_element.h.

◆ TopSink

HeatSink_t* StackElement_t::TopSink

Pointer to the heat sink to dissipate through the topmost layer

Definition at line 110 of file stack_element.h.


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