首页 > 其他分享 >寄生参数提取 Parasitic extraction

寄生参数提取 Parasitic extraction

时间:2024-10-25 13:59:10浏览次数:1  
标签:提取 寄生 互连 Parasitic extraction 参数 Interconnect

在EDA中,寄生参数提取(寄生析出)是在设计设备和电子电路要求的线路相互连接着两者之间的寄生效应的计算,诸如寄生电容、寄生电阻、寄生电感等寄生效应的计算,一般地称之为寄生设备,寄生元件或者简称为寄生参量(寄生效应)。

寄生参数提取的主要目的是创建电路的一个精确模拟模型,这样,详细的仿真能精确模拟数字和模拟电路的响应。数字电路响应常用于填充数据库,为了信号延迟和负载计算,例如:时序分析;功率分析;电路仿真以及信号完整性分析。模拟电路常在更详细的试验台上运行来指示额外提取的寄生参数对设计的电路对其功能是否可行

The major purpose of parasitic extraction is tocreate an accurate analog model of the circuit, so that detailed simulationscan emulate actual digital and analog circuit responses. Digital circuit responsesare often used to populate databases for signal delay and loading calculationsuch as: timing analysis; power analysis; circuit simulation; and signalintegrity analysis. Analog circuits are often run in detailed test benchesto indicate if the extra extracted parasitics will still allow the designedcircuit to function.

Contents

1 Background 背景

2 Interconnect capacitance extraction互连电容提取

3 Interconnect resistance extraction互连电阻提取

4 Interconnect inductance extraction互连电感提取

5 Tools and vendors 工具和供应商

5.1 ANSYS Q3D Extractor Ansys

5.2 FastCap, FastHenry MIT

5.3 FasterCap MIT

5.4 StarRC synopsys

5.5 QuantusCadence

5.6 QuickCap synopsys

5.7 Calibre xACT3DMentor

5.8 CapExtMentor

6 See also

7 References

Background

In early integrated circuits the impact of the wiring wasnegligible, and wires were not considered as electrical elements of thecircuit. However below the 0.5-micrometretechnologynode resistance and capacitance of the interconnects started making asignificant impact on circuit performance.[1] With shrinking process technologies inductanceeffects of interconnects became important as well.

在早期IC中,线路的影响是忽略不计的,线路不被视之为电路的一个电子单元,然而,互连线路的低于0.5mm的技术节点电阻和电容开始对电路产生了显著影响。随着紧缩的工艺技术,互连的电感效应也变得重要。

Major effects of interconnect parasitics include: signal delay, signalnoise, IR drop (resistive component of voltage).

互连寄生参数的额主要影响包括信号延迟,信号噪声,电阻压降(IR drop)(电压的电阻分量)

Interconnect capacitance extraction

互连电容提取

Interconnect capacitance is calculated by giving theextraction tool the following information: the top view layout of the design inthe form of input polygons on a set of layers; a mapping to a set of devicesand pins (from a Layout Versus Schematic run), and a crosssectional understanding of these layers. This information is used to create aset of layout wires that have added capacitors where the input polygons andcross sectional structure indicate. The output netlist contains the same set ofinput nets as the input design netlist and adds parasitic capacitor devices betweenthese nets.

Interconnect resistance extraction

互连电阻提取

Interconnect resistance is calculated by giving theextraction tool the following information: the top view layout of the design inthe form of input polygons on a set of layers; a mapping to a set of devicesand pins (from a Layout Versus Schematic run), and a crosssectional understanding of these layers including the resistivity of thelayers. This information is used to create a set of layout sub.wires that haveadded resistance between various sub-parts of the wires. The above InterconnectCapacitance is divided and shared amongst the sub-nodes in a proportional way.Note that unlike Interconnect Capacitance, Interconnect Resistance needs to addsub-nodes between the circuit elements to place these parasitic resistors. Thiscan greatly increase the size of the extracted output netlist and can causeadditional simulation problems.

Interconnect inductance extraction

互连电感提取

This section is empty.You can help by adding to it.(July 2010)

Tools and vendors

工具和供应商

The tools fall into the following broad categories.

工具分为下面的广泛类别

Field solvers provide physically accurate solutions. They calculate electromagnetic parameters by directly solving Maxwell's equations. Due to high calculation burden they are applicable only very small designs or to parts of the designs.

场求解器提供了精确的物理解。它们通过直接求解Maxwell方程来计算电磁参数。由于高负荷的计算,它们仅应用于小规模的设计或者设计的一部分。

Approximate solutions with pattern matching techniques are the only feasible approach to extract parasitics for complete modern integrated circuit designs.

对完整的现代IC设计提取寄生参数,用模式匹配技术近似求解释是唯一可行的方法。

ANSYS Q3D Extractor (我正在用,希望同行多多指点哦。)

ANSYS Q3D Extractor uses method of moments (integral equations)and FEMs to compute capacitive, conductance, inductance and resistancematrices. It uses the fast multipole method (FMM) to accelerate thesolution of the integral equations. Outputs from the solver include current andvoltage distributions, CG and RL matrices.[2][3]

ANSYS Q3D Extractor使用了矩量法(积分方程)和有限单元法来计算电容、电导、电感和电阻矩阵。它使用了快速多极法(FMM)来加速积分方程的求解。求解器的输出包括电流和电压分布,电容电导CG和电阻电感矩阵。

FastCap, FastHenry(我正在用,希望同行多多指点哦。)

FastCap and FastHenry, from MIT (MassachusettsInstitute of Technology) are two free parasitics extractor tools forcapacitance, and inductance and resistance. Quoted in many scientific articles,they are considered golden references in their field. Source code, as well asWindows binary versions with viewer and editor are freely available from FastFieldSolvers.[4][5]

来自MIT的FastCap和FastHenry是两款用于电容、电感和电阻提取的自由寄生参数提出器。在许多科学论文中被应用。在这些领域中被当成黄金参考文献,源代码和带查看器与编辑器的视窗二进制版本也可以从FastFieldSolvers免费获得。

FasterCap (我正在用,希望同行多多指点哦。)

FasterCap, from FastFieldSolvers, is a free, opensource capacitance field solver, available for Windows and Linux OS, able tosimulate conductive structures embedded in piece-wise-constant, complexpermittivity dielectric media, automatic mesh refinement capability andin-core/out-of-core solver engine.

作为一款可用于视窗和Linux操作系统平台的,来自FastFieldSolvers的自由、开源的电容场求解器,FasterCap能够仿真计算内嵌于分段定常、复杂介电常数电解质的导体结构,具有自动化网格加密能力以及核内核外求解引擎。

StarRC

StarRC from Synopsys(previously from Avanti) is a universal parasitics extractor toolapplicable for a full range of electronic designs.[6]

来自Synopsys的StarRC是一款通用的寄生参数提取工具,可用于各种电子设计。

Quantus

Quantus from Cadence is a parasitic extractor tool forboth digital and analog designs and parasitics extraction check have to becarried out to prepare the design for postlayout verification.[7]

来自Cadence的Quantus是一款用于数字和模拟设计的寄生参数提取工具,,为布板后期校验设计而准备的寄生参数提取检查必须执行。

QuickCap NX

QuickCap NX from Synopsys is aparasitic extractor tool for both digital and analog designs.[8] It was based on QuickCap developedby Ralph Iverson of Random Logic Corporation, which was acquired by Magma andSynopsys.

来自Synopsys的QuickCap NX是一款用于数字和模拟设计额寄生参数提取工具。它基于Random Logic Corporation的Ralph Iverson开发的QuickCap,它可通过Magma和Synopsys来获得。

Calibre xACT3D

Calibre xACT3D from MentorGraphics is a parasitic extractor tool for both digital and analog designs.[9] It was based on PexRC developed byWangqi Qiu and Weiping Shi of Pextra Corporation, which was acquired by Mentor.

CapExt

CapExt from CapExt AS is a parasitic extractor toolfor extracting capacitance from PCBs based on Gerber files.[10]

See also

Standard Parasitic Exchange Format

References

  1. "Automatic LayoutModification", by Michael Reinhardt, p.120

  2. MITComputational Prototyping Group

  3. ANSYSQ3D Extractor

  4. MITComputational Prototyping Group

  5. FastFieldSolvers

  6. StarRC

  7. QuantusQRC Extraction Solution

  8. QuickCap

  9. CalibrexACT3D

10.CapExt

标签:提取,寄生,互连,Parasitic,extraction,参数,Interconnect
From: https://www.cnblogs.com/Liuhao1CAEr/p/18502384

相关文章

  • 使用 SAP BTP Document Information Extraction 服务,处理老师发到家长群里的成绩单
    笔者之前的文章提到,老师会把班上周考的成绩单,发送到家长群里。成绩单包含了每位同学的学号和分数。成绩单的格式为图片即png或者jpg格式。开学已经一个月了,老师把最近考试成绩发到了微信群里,我用ChatGPT简单分析一下我用ChatGPT识别这些图片,把里面的信息提取出来,......
  • 2024最新泛目录寄生虫程序怎么下载?泛码网SEOa3。com
    寄生虫网站程序:SEO黑帽技术的风险与挑战泛程序下载在搜索引擎优化(SEO)的领域中,寄生虫网站程序是一种常见的黑帽技术,它通过在已有的高权重网站上生成大量自动化内容,以提高特定关键词的搜索排名。然而,这种技术的使用伴随着诸多风险和挑战。寄生虫网站程序的作用泛码网SEOa3。co......
  • 2024新寄生蟲二開蜘蛛池版本——码山侠
    寄生蟲二開蜘蛛池版本,必須GBK解壓,PHP8.X版本;後台是super.php$allowedIpPrefix='42.81.132.';  改成你的本機當前C段蜘蛛池是一个为搜索引擎蜘蛛(‌即网络爬虫)‌提供服务的平台,‌旨在提高网站的曝光度和搜索引擎的索引效率。‌‌蜘蛛池的概念源于网络爬虫的工作需求,‌这......
  • 论文阅读:Sequence to sequence learning for joint extraction of entities and relat
    用以解决重叠关系问题GGNNs模型GGNNs(门控图神经网络,GatedGraphNeuralNetworks)是一种处理图结构数据的神经网络模型。它是图神经网络(GNN)的一个变体,使用了类似于长短时记忆网络(LSTM)中的门控机制来更有效地处理图中的信息流。GGNNs的核心机制GGNNs的核心思想是通过在图结构中......
  • 论文阅读:BERT-Based Chinese Relation Extraction for Public Security
    模型框架包含一个BERT模型层(嵌入+编码+池化->得到句子的特征向量)、一个Dropout层(防止过拟合)。基于BERT的预训练模型BERT模型是通过注意力机制对训练集进行处理。然后,通过Embedding层和Encoder层加载预训练的词向量。最后,Pooling层使用BERT模型来训练两个句子。BERT嵌入层......
  • GOLLIE : ANNOTATION GUIDELINES IMPROVE ZERO-SHOT INFORMATION-EXTRACTION
    文章目录题目摘要引言方法实验消融题目Gollie:注释指南改进零样本信息提取论文地址:https://arxiv.org/abs/2310.03668摘要    大型语言模型(LLM)与指令调优相结合,在泛化到未见过的任务时取得了重大进展。然而,它们在信息提取(IE)方面不太成功,落后于特定任......
  • 论文阅读:《Chinese Relation Extraction with Multi-Grained Information and Externa
    LiZ,DingN,LiuZ,etal.Chineserelationextractionwithmulti-grainedinformationandexternallinguisticknowledge[C]//Proceedingsofthe57thAnnualMeetingoftheAssociationforComputationalLinguistics.2019:4377-4386.该方法的github实现引言针......
  • 论文阅读:Multi-Grained Dependency Graph Neural Network for Chinese Open Informati
    LyuZ,ShiK,LiX,etal.Multi-graineddependencygraphneuralnetworkforChineseopeninformationextraction[C]//Pacific-AsiaConferenceonKnowledgeDiscoveryandDataMining.Cham:SpringerInternationalPublishing,2021:155-167.MGD-GNN开源代码引言......
  • 论文阅读:Reasoning with Latent Structure Refinement for Document-Level Relation E
    NanG,GuoZ,SekulićI,etal.Reasoningwithlatentstructurerefinementfordocument-levelrelationextraction[J].arXivpreprintarXiv:2005.06312,2020.代码和预训练模型的github链接LSR模型本文提出了用于文档级关系提取任务的LatentStructureRefinement(L......
  • Perform APK Downgrade Extraction on smartphones running Android 14
    SomeonementionedthatAPKDowngradeExtractionnolongerworksonAndroid14,andregardlessofthemobileforensictoolused,itisimpossibletosuccessfullyextractdataviaAPKDowngradeExtraction.I'mcuriousaboutthisissueanddecidetofind......