Project

General

Profile

Delay calculation and SI » History » Version 8

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