Project

General

Profile

Delay calculation and SI » History » Version 22

jun chen, 03/04/2025 01:31 AM

1 1 jun chen
# Delay calculation and SI
2
-----------------------------
3
4 4 jun chen
{{thumbnail(clipboard-202503040034-njmom.png, size=660)}}
5 3 jun chen
6 1 jun chen
## 新增内容
7
8
### DCSI 概览
9
10 9 jun chen
attachment:"ChtDelayCalculation模型解释.pdf"
11
12
attachment:"DriverModeling梳理.pptx"
13
14 1 jun chen
15 2 jun chen
----------------------------
16
17 1 jun chen
## 基本概念
18
19
### delay 基本概念, trans, stage, path, gpa/pba
20
21 8 jun chen
attachment:"Delay基本概念.pptx"
22 5 jun chen
23
attachment:"Static.Timing.Analysis.for.Nanometer.Designs.A.Practical.Approach.pdf"
24
25 10 jun chen
[集成电路静态时序分析与建模前两章](attachment:"集成电路静态时序分析与建模.pdf")
26 1 jun chen
27
### ccsd
28
29
ccs_timing_char_guide_v3.4.pdf
30
31 6 jun chen
attachment:"ccs table.pptx"
32
33 1 jun chen
### ccsn
34
35
ccsn_characterization_guideline_v1.4.pdf
36 6 jun chen
37
attachment:"ccsn.pptx"
38 1 jun chen
39
### liberty
40
41 19 jun chen
attachment:"Liberty_User_Guides_and_Reference_Manual_Suite_Version_2017.06.pdf"
42 10 jun chen
43
[集成电路静态时序分析与建模第四章](attachment:"集成电路静态时序分析与建模.pdf")
44 1 jun chen
45 2 jun chen
----------------------------------------------
46
47 1 jun chen
## 计算方法
48
49
### 常用数值计算方法
50
51 7 jun chen
attachment:"Numerical Analysis-Burden Faires 9th 数值分析.pdf"
52
attachment:"Timing.pdf"
53 12 jun chen
attachment:"数值计算方法介绍.pptx"
54 1 jun chen
55
### Effective cap
56
57
Gate_Delay_Estimation_With_Library_Compatible_Current_Source_Models_and_Effective_Capacitance.pdf
58
Modeling thee Effective capacitance for the RC interconnect of CMOS gates.pdf
59
Study on modeling techniques for CMOS gate delay calculation in VLSI timing analysis.pdf
60
61 13 jun chen
attachment:"effective cap.pptx"
62
63 1 jun chen
### Elmore delay and slew
64 20 jun chen
`code: lpRLCTree::CalcElmoreDelay and CalcElmoreDlyNSlew`
65 12 jun chen
attachment:"Delay基本概念.pptx"
66 1 jun chen
attachment:"Elmore delay & trans.pptx"
67 20 jun chen
attachment:"ic-interconnect-analysis-2002.pdf"
68 1 jun chen
69
70
### Nodel analysis and MNA
71
72
Circult Simulation.pdf
73 12 jun chen
attachment:"Timing.pdf"
74
attachment:"MNA.pptx"
75 1 jun chen
76
### ROM and PRIMA
77
78 22 jun chen
attachment:"ic-interconnect-analysis-2002.pdf"
79 1 jun chen
paper: Arnoldi_Silveira.pdf
80
paper: PRIMA.pdf
81 12 jun chen
attachment:"模型降阶.pptx"
82 1 jun chen
83 21 jun chen
### Solve CCSD, CCSN, CCB
84 1 jun chen
85 21 jun chen
attachment:"solve ccsd and ccsn.pptx"
86 1 jun chen
87
### convelution and rec-convolution
88
89 22 jun chen
attachment:"ic-interconnect-analysis-2002.pdf"  `code: ccsWaveform.cpp`
90 1 jun chen
91 11 jun chen
attachment:"convelution and rec-convelution.pptx"
92
93 1 jun chen
### waveform  solve eff trans
94
95
code: GetWARangeIndex and CalcWaveformAnalysisSlew
96 2 jun chen
97 14 jun chen
attachment:"effective trans.pptx"
98
99 2 jun chen
---------------------------------------------------------
100 1 jun chen
101
## 专题介绍
102
103
### SI delay 快速方法
104
105 15 jun chen
attachment:"si_ccs_flow.pptx"
106 18 jun chen
attachment:"si_quick_flow_sharing.pptx"  /  `code: siQF.cpp`
107 1 jun chen
108
Paper: Improved crosstalk modeling for noise constrained interconnect optimization.pdf
109
static-crosstalknoise-analysis-2004.pdf chapter4
110
111
### SI ccsn 计算方法
112
113 17 jun chen
attachment:"noise_flow_sharing.pptx"  /  `code: siCCS.cpp`
114 1 jun chen
115
### noise ccsn 计算方法
116
117 17 jun chen
attachment:"noise_flow_sharing.pptx"  /  `code: siNoise.cpp`
118 1 jun chen
119
### Driver delay flow using NLDM and ccsd table
120
121 17 jun chen
attachment:"CalcDrDelay.pptx"  /   `code: cdcDrDelay.cpp`
122 1 jun chen
123
### Wire delay flow using elmore and arnoldi
124
125 17 jun chen
attachment:"CalcWireDelay.pptx"  /  `code: cdcArnoldi.cpp`
126 1 jun chen
127
### Basic stage flow (戴维南等效方法)
128
129 17 jun chen
attachment:"basic_stage_flow.pptx"  / `code: cdcStageBasic.cpp`
130 1 jun chen
131
### Advanced stage flow (ccsd + arnoldi)
132
133 17 jun chen
attachment:"advanced_stage_flow.pptx"  /  `code: cdcStageCCS.cpp`