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