簡易檢索 / 詳目顯示

研究生: 周士哲
Chou,Shih-Che
論文名稱: 金屬線快速抽取電阻、電感與電容並執行電路模擬之三維軟體
A Fast 3D RLC Extraction and SPICE Auto-gen Software for 3D Interconnect Designs
指導教授: 張克正
Chang,Keh-Jeng
口試委員:
學位類別: 碩士
Master
系所名稱: 電機資訊學院 - 資訊工程學系
Computer Science
論文出版年: 2008
畢業學年度: 97
語文別: 中文
論文頁數: 80
中文關鍵詞: 電阻 電感 電容散佈式模型解電磁軟體傳輸線效應金屬連線系統級封裝
相關次數: 點閱:2下載:0
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 製程技術逐漸微縮至65奈米甚至45奈米,相同尺寸晶片的功能也越來越強大,使得電子產品訊號的傳輸量與電流頻率也隨之增加,訊號完整度(signal integrity)也因此大受影響,故對晶片做整合是個趨勢,晶片整合的方法大致有兩種,一是系統單晶片 (SOC System-On-a-Chip),另外則是系統級封裝(SIP System-in-a-Package)。系統單晶片與系統級封裝上之金屬連接線的訊號傳遞是目前設計電路的主要瓶頸,主要是金屬連線(interconnect)產生寄生電阻(R)、寄生電感(L)與寄生電容(C)對整體電路有不良的影響,也因電流頻率的增加,以至於寄生電感變得越來越重要。

    寄生參數電阻、電感與電容對於電路皆有其不良影響,電阻會產生RC delay、熱效應(thermal effect)與肌膚效應(skin effect)等效應,電容會產生RC delay與串音(cross talk),而電感也會因串音造成訊號傳遞時的錯誤,這些寄生參數衍生的效應皆是電路設計者須重視不容忽略的問題。

    綜合上述所說,因此正確抽取這些寄生參數對設計一個高速電路有相當大的影響。因為市面上的解電磁場軟體(field solver)的複雜輸入格式,令人難以使用,還會花不少時間於各種參數的抽取,另外就是市面上的 EDA軟體採集總模型(lumped model),故本論文提出一個整合性高、速度快且能產生散佈式的電性模型軟體,來評估在半導體產業中必須考慮的信號完整性。在這套軟體內,我們針對四層印刷電路板與兩層印刷電路板設計出一些常見的金屬連線結構,建立相對應的電阻與電感的表格資料庫,利用這些金屬連線結構的組合來模擬真實電路中的金屬連線,並且開發一個令人親切好用的程式介面,設計者在程式介面上輸入金屬連線結構的參數後,除了會快速輸出該金屬連線的寄生參數電阻、電感與電容,還會產生設計者所要SPICE netlist和波形圖。


    The technology of process is shortened to 65 nanometer, even to 45 nanometer. The functionalities of the same size chip is stronger and stronger. This cause increases of transmission and frequency of electronic products. Therefore, the signal integrity is also affected. So, the current trend is to integrate the chips. The methods of integration are SoC (System-On-a-Chip) and SiP (System-in-a-Package) generally. The bottleneck of SoC and SiP circuit designs are the signal propagation of interconnects. It is because that resistance, inductance and capacitance of interconnects have negative influences on whole circuits. Also, because of the increase of frequency, inductance becomes more and more important.

    The resistance, inductance and capacitance have negative effects on circuits. Resistance will cause RC delay, thermal effect and skin effect. Capacitance will cause RC delay and cross talk, and the cross talk of inductance will also bring about false switch. These effects of parasitic parameters could not be neglected by circuit designers.

    Due to the above reasons, correctly extracting the parasitic parameter plays an important role on designing a high speed electronic circuit. Generally we use field solver to get the parasitic parameters; however it is difficult to describe the input of field solver and time-consuming when we use the field solver. Due to the above mentioned reasons, this time we refer to a high integrity, fast, and bring the distributed model to evaluate the signal integrity when it comes to semi-conductor industry. In this software, we aim on 4-layer and 2-layer PCB to design some general interconnects and build responsive resistance and inductance’s data which uses the combination of the interconnects to simulate the metal wire connection in real circuit and design a user friendly graphical user interface. The designer can key in the parameters of the interconnects on the software interface and it will come out quickly to the responsive SPICE netlist and waveform.

    Abstract I 中文摘要 II 目錄 III 圖片目錄 VI 表格目錄 VIII 第1章 簡介 1 1.1 前言 1 1.2 寄生參數電阻、電感與電容的影響 3 1.3 動機與提供的程式 3 1.3.1 軟體使用者介面程式 4 1.3.2 電阻與電感的表格資料庫建立與查表程式 4 1.3.3 RLCK散佈式模型電路產生自動化程式 4 第2章 背景介紹和相關研究 5 2.1印刷電路板 5 2.1.1 四層印刷電路板的金屬連線結構 6 2.1.2 兩層印刷電路板的金屬線結構 8 2.2 Fasthenry 9 2.3 電阻 9 2.4 電感 10 2.5 Transmission line effect 11 2.6 Symmetric RLCK model 11 2.7 Perl/Tk 12 2-8 學長論文的基礎實驗 12 2.8.1 金屬連線水平線距對電感的影響 12 2.8.2 金屬連線寬度對電感的影響 13 第3章 提供的方法 15 3.1 基礎實驗 15 3.1.1 金屬連線長度對電感的影響 15 3.1.2 金屬連線頻率對電感的影響 16 3.2 EDA程式整體架構 17 3.2.1 使用者介面 18 3.2.2 電阻與電感的表格資料庫建立流程 20 3.2.3 查表程式流程 22 3.2.4 RLCK散佈式模型電路產生自動化程式 23 3.2.4.1 欲觀察金屬連線參數obs的設計與使用 24 第4章 實驗結果 27 4.1常見的金屬線結構電阻與電感比較- Fasthenry vs本論文提供的查表程式 27 4.1.1 Trace 4case1 27 4.1.2 Trace 4case2_sg 28 4.1.3 Trace 4case2_ss 29 4.1.4 Trace 4case3_ssg 30 4.1.5 Trace 4case3_sss 31 4.1.6 Trace 4case6_ssg 33 4.1.7 Trace 4case6_sss 34 4.1.8 Trace 4case12_ssg 36 4.1.9 Trace 4case12_sss 37 4.2 真實的金屬線結構電阻與電感比較- Fasthenry vs本論文提供的查表程式 39 4.2.1 Critical Net 1 ~ 5 39 4.2.2 Critical Net 6 ~ 10 41 4.2.3 Critical Net 11 ~ 15 44 第5章 結論 47 第6章 未來工作 48 Appendix A:印刷電路板trace structure cases 51 A-1 四層印刷電路板trace structure cases 51 A-2 兩層印刷電路板trace structure cases 55 Appendix B Fasthenry Input Files 58

    [1] Keh-Jeng Chang, Tsun-Ming Wu, and Ming-Jin Huang, “Three-dimensional
    electromagnetic modeling of system-in-package and system-on-glass transmission-line parameters for DFM”

    [2] K. Shih, “Electromagnetic Field Simulation Software Based Nanometer Resistance Analysis for Supporting Parametric Testing and SoC Designs” Master Degree Thesis, Hsinchu, Taiwan, October, 2006.

    [3] T. Liu, “Accurate Nanometer Inductance Modeling for SoC Designs” Master Degree Thesis, Hsinchu, Taiwan, June, 2005.

    [4] W.Chuang, “Accurate inductance modeling of various wirebonds for high-performance system-in-package designs” Master Degree Thesis, Hsinchu, Taiwan, June, 2005.

    [5] FastHenry USER’s GUIDE, Version 3.0 11 November 1996

    [6] O'Reilly, Learning Perl-Tk (1999)

    [7]“ Perl Tutorial:Start“
    http://www.comp.leeds.ac.uk/Perl/start.html

    無法下載圖示 全文公開日期 本全文未授權公開 (校內網路)
    全文公開日期 本全文未授權公開 (校外網路)

    QR CODE