Project

General

Profile

Delay calculation and SI » History » Version 9

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