Project

General

Profile

Delay calculation and SI » History » Version 6

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