Project

General

Profile

Delay calculation and SI » History » Version 5

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