Download presentation
Presentation is loading. Please wait.
Published byHomer Payne Modified over 9 years ago
1
Ho-Lin Chang, Hsiang-Cheng Lai, Tsu-Yun Hsueh, Wei-Kai Cheng, Mely Chen Chi Department of Information and Computer Engineering, CYCU A 3D IC Designs Partitioning Algorithm with Power Consideration ISQED’12
2
Introduction Problem Description Power Estimation Partition Algorithm Experiment Results Outline 2
3
3D stacking technology is likely to become a popular trend in 3D IC designs. It has several advantages [2-6]. –higher integration density –higher performance –Lower power consumption In order to supply power to every layer from the power/ground pads, which are located on the bottom layer, power TSVs are needed. –A power TSV is a TSV used only for transporting power. –There is a maximum power allowed for one power TSV. The total number of power TSVs in the circuit will be less if the higher layers consume less power than the lower layers. Introduction 3
4
Input –Gate level netlist –Number of layers of the 3D IC(k) –Operating frequency of each primary input –Supply voltages –Standard cell library –TSV cells –Power density constraints of some layer of 3D IC Objective –Partition the netlist into k layer to minimize the total number of TSVs( Signal and power TSVs) and area overhead under the designed power density constraints. Problem Description 4
5
5
6
Power Estimation 6
7
7 The average power model consists of the following factors: 1. the total power of the input pins of the standard cells, 2. the total capacitive loading of the output pins of the standard cells, 3. the total power consumption of the I/O pads, 4. the total power of storage elements (e.g. D-type flip-flops) for data retention, 5. the operating frequency and the supply voltage of all the cells. It can be calculated with the following equation: Power AVG = Power core +Power PAD
8
The current core I for the core and the current PAD I for the pads are The total number of power/ground pads required by core and I/O pads are ( The area of these pads will be added on the first layer ) Where I limit_pad is the maximum current allowed of a P/G pad. The number of power TSVs required by the layer i is Where I limit_TSV is the maximum current allowed of a power TSV. Power Estimation 8
9
1.Coarsening 2.Initial Partitioning 3.3D-Aware k-layer-Partitioning and uncoarsening 4.Layer Swapping 5.Area Overhead Refinement 9 Partition Algorithm
10
Coarsening –Visit a net and choose the least pin number cell of the net. –Made pair with everyone other cells in the net Build EIA Table (External net, Internal net, Area ) by each pair For net 5, choose C4 and make pair (C4,C6) E = 2, I =2, Area = Area(C4) + Area(C6) –Visit another net until all nets have been visited. –Sort the EIA Table by less external nets, more internal nets, and smaller area. –Coarsen the pair in the EIA Table sequentially. –Multilevel coarsening. Partition Algorithm 10
11
Initial Partitioning –Place all module on the first layer –Successively Move the module with maximum gain to the next upper layer until A first layer ≤ A avg –Apply an area constraint FM algorithm. Partition Algorithm 11
12
3D-Aware k-layer-Partitioning and uncoarsening gain = size of old cut set – size of new cut set –(1) simultaneous k-way partition –(2) successive two-way partition for k layers with Power density constraints. Record each state satisfied Power density constraint The state with least partial sum will be chosen as the result of the partition Partition Algorithm 12
13
Layer Swapping –k! permutations among all layer –Calculate the power TSVs and signal TSVs among all layer permutations –Record the result of the minimum total TSVs Partition Algorithm 13
14
Area Overhead Refinement –Move cells of zero gain with the largest layer area to smaller area layer –Update area comparison during each cell move –Stop when no more zero gain cells in the largest area layer Partition Algorithm 14
15
Experiment Results 15
16
Experiment Results 16 Ex_hMetis is provide by [6]
17
Experiment Results 17
18
Experiment Results 18
19
Experiment Results 19
20
This paper present an efficient algorithm to partition a circuit into k layers under power density constraints. Use multilevel structure and successive 2-way partition to minimize number of TSVs and area overhead. This result are better than all teams in the IC/CAD 2011 contest in Taiwan. The successive 2-way partition method is superior tho the extened hMetis method in terms of both the number of TSVs and run Time. Conclusions 20
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.