Delay calculation and SI » History » Revision 16
Revision 15 (jun chen, 03/04/2025 01:15 AM) → Revision 16/22 (jun chen, 03/04/2025 01:16 AM)
# Delay calculation and SI
-----------------------------
{{thumbnail(clipboard-202503040034-njmom.png, size=660)}}
## 新增内容
### DCSI 概览
attachment:"ChtDelayCalculation模型解释.pdf"
attachment:"DriverModeling梳理.pptx"
----------------------------
## 基本概念
### delay 基本概念, trans, stage, path, gpa/pba
attachment:"Delay基本概念.pptx"
attachment:"Static.Timing.Analysis.for.Nanometer.Designs.A.Practical.Approach.pdf"
[集成电路静态时序分析与建模前两章](attachment:"集成电路静态时序分析与建模.pdf")
### ccsd
ccs_timing_char_guide_v3.4.pdf
attachment:"ccs table.pptx"
### ccsn
ccsn_characterization_guideline_v1.4.pdf
attachment:"ccsn.pptx"
### liberty
Liberty_User_Guides_and_Reference_Manual_Suite_Version_2017.06.pdf
[集成电路静态时序分析与建模第四章](attachment:"集成电路静态时序分析与建模.pdf")
----------------------------------------------
## 计算方法
### 常用数值计算方法
attachment:"Numerical Analysis-Burden Faires 9th 数值分析.pdf"
attachment:"Timing.pdf"
attachment:"数值计算方法介绍.pptx"
### Effective cap
Gate_Delay_Estimation_With_Library_Compatible_Current_Source_Models_and_Effective_Capacitance.pdf
Modeling thee Effective capacitance for the RC interconnect of CMOS gates.pdf
Study on modeling techniques for CMOS gate delay calculation in VLSI timing analysis.pdf
attachment:"effective cap.pptx"
### Elmore delay and slew
attachment:"Delay基本概念.pptx"
attachment:"Elmore delay & trans.pptx"
ic-interconnect-analysis-2002.pdf
code: lpRLCTree::CalcElmoreDelay and CalcElmoreDlyNSlew
### Nodel analysis and MNA
Circult Simulation.pdf
attachment:"Timing.pdf"
attachment:"MNA.pptx"
### ROM and PRIMA
ic-interconnect-analysis-2002.pdf
paper: Arnoldi_Silveira.pdf
paper: PRIMA.pdf
attachment:"模型降阶.pptx"
### Solve CCSD
delay calculation.pptx
### Solve CCB
delay calculation.pptx
### convelution and rec-convolution
ic-interconnect-analysis-2002.pdf
code: ccsWaveform.cpp
attachment:"convelution and rec-convelution.pptx"
### waveform solve eff trans
code: GetWARangeIndex and CalcWaveformAnalysisSlew
attachment:"effective trans.pptx"
---------------------------------------------------------
## 专题介绍
### SI delay 快速方法
attachment:"si_ccs_flow.pptx"
attachment:"si_quick_flow_sharing.pptx"
code: siQF.cpp
Paper: Improved crosstalk modeling for noise constrained interconnect optimization.pdf
static-crosstalknoise-analysis-2004.pdf chapter4
### SI ccsn 计算方法
attachment:"noise_flow_sharing.pptx"
code: siCCS.cpp
### noise ccsn 计算方法
code: siNoise.cpp
### Driver delay flow using NLDM and ccsd table
code: cdcDrDelay.cpp
### Wire delay flow using elmore and arnoldi
code: cdcArnoldi.cpp
### Basic stage flow (戴维南等效方法)
code: cdcStageBasic.cpp
### Advanced stage flow (ccsd + arnoldi)
code: cdcStageCCS.cpp