博碩士論文 106521056 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:18 、訪客IP:3.14.128.82
姓名 張祐愷(Yu-Kai Chang)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 考慮正確端口順序之階層式混合訊號電路架構辨識方法
(On Hierarchical Structure Recognition Approach for Mixed-Signal Circuits with Accurate Port Orders)
相關論文
★ 用於類比電路仿真之波動數位濾波器架構的自動建構方法★ 使用波動數位濾波器與非線性MOS模型的類比電路模擬平台
★ 實現波動數位濾波器架構下之類比仿真器的非線性電晶體模型★ 以節點保留方式進行壓降分析中電源網路模型化簡的方法
★ 以引導式二階權重提取改進辨認二階臨界函數之 研究★ 用於類比電路仿真器的 波動數位濾波器架構之定點數實現方法
★ 以基本類比電路架構為基礎的佈局自動化 工具★ 可保留設計風格及繞線行為之類比佈局遷移技術
★ 自動辨識混合訊號電路中數位區塊之方法★ 運用於記憶體內運算的SRAM功率模型之研究
★ 考量可繞度及淺溝槽隔離效應之類比佈局擺置微調方法★ 一個適用於量化深度神經網路且可調整精確度的處理單元設計: 一種階層式的設計方法
★ 一個有效的邊緣智慧運算加速器設計: 一種適用於深度可分卷積的可重組式架構★ 實現類比電路仿真的波動數位濾波器架構生成與模擬
★ 用於類比電路仿真器的波動數位濾波器之硬體最佳化方法★ 自動辨識混合訊號電路中構成區塊及RLC元件之方法
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2024-10-1以後開放)
摘要(中) 隨著積體電路製程的演進,混合訊號系統的電路設計變得越來越複雜,如何加速類比與數位電路整合之後的模擬速度,是現在驗證系統晶片時不可或缺的環節。以硬體描述語言建立類比電路的行為模型,可以有效率的進行混合訊號系統的驗證,如果能透過自動化的方式將每個類比電路轉換成對應的行為模型,便可以大幅降低類比部分的模擬時間。因此,我們希望發展出一套有效率的電路架構分析流程,可以自動的從電路特徵或是接線關係中萃取出混合訊號電路中的構成區塊,並透過獨特的編碼方式快速準確的將電路中的數位和類比區塊辨識出來,自動替換成資料庫中所對應的行為模型。然而,在前人的論文中,數位電路分析部分的重複架構問題還未得到解決;類比電路分析部分也可能會出現區塊重疊的問題。因此本論文擴充原本的架構分析平台,在圖形同構的情況下加入額外的編碼,完善的解決數位電路架構辨識的漏洞,同時也能為電路的輸出入端口準確性最最後的驗證。在類比電路分析方面,重新編寫一個自下而上的階層式架構辨識方法,準確地決定出電路所屬的架構,解決重疊架構辨識的問題,並同時提高辨識結果的電路層級,如實驗結果所示,可以有效提升辨識結果的準確性,並且可以減少額外的系統驗證工作。
摘要(英) The design of analog/mixed-signal (AMS) integrated circuits is getting complex as technology advances. Speeding up the simulation involving with digital and analog circuits becomes a key to solve the system verification issues for SOC designs. Building their behavioral models for analog circuit blocks by hardware description language is an efficient approach for verifying AMS systems. If each analog circuit can be transformed into its corresponding behavioral model automatically, the simulation time for the analog part can be greatly reduced. Therefore, an efficient structure analysis flow is desired to automatically extract the building blocks, no matter it is an analog block or digital block, in a mixed-signal design based on the given circuit netlist. Using a special encoding scheme, the digital and analog blocks in the netlist can be identified quickly and replaced automatically by the corresponding behavior models built in the library. However, in previous works, different circuits may have duplicate structure in digital circuit analysis. In analog circuit analysis, the identified blocks may have overlap issues, too. In this thesis, we extend the previous structure analysis platform to consider these issues. In the case of duplicate structure, additional encoding is added in digital circuit analysis to verify the accuracy of the port orders of the circuit. In analog circuit analysis, a bottom-up hierarchical structure recognition approach is proposed to accurately determine which the circuit structure belongs to. This approach solves the structure overlap problem and raise the abstraction level of the identified models simultaneously. As shown in the experiments, the efficiency and accuracy of the identification results can be improved to reduce the extra efforts for system verification.
關鍵字(中) ★ 架構辨識
★ 混合訊號電路
關鍵字(英) ★ Structure Recognition
★ Mixed-Signal Circuits
論文目次 摘要 I
Abstract II
致謝 III
目錄 IV
圖目錄 VI
表格目錄 X
第一章、緒論 1
1- 1 研究動機 1
1- 2 問題定義 7
1- 3 論文結構 8
第二章、背景知識 9
2- 1 Spice電路格式 9
2- 2 電路構件介紹 12
2- 3 相關研究(Related Works) 16
2-3-1 SubGemini 16
2-3-2 Resource Management 18
2-3-3 DC連接元件分割方法 20
第三章、架構分析 22
3- 1 電路架構分析 22
3- 2 前置工作 24
3-2-1 元件名稱統一(Uniform device name) 26
3-2-2 編碼(Encode) 27
3-2-3 被動元件(RLCD)去除 29
3- 3 數位電路分析 31
3-3-1 子電路層級辨識 31
3-3-2 DC連線辨識 34
3-3-3 編碼圖形同構 37
3- 4 類比電路分析 44
3-4-1 縱向及橫向組合分析 44
3-4-2 電路區塊重疊問題 47
3-4-3 階層式架構辨識方法 52
第四章、實驗結果與分析 58
4- 1 編碼圖形同構 58
4- 2 和SubGemini比較 59
4-2-1 電路大小與時間 59
4-2-2 架構種類與時間 61
4- 3 階層式架構辨識方法 62
4-3-1 疊接差動放大器 62
4-3-2 產業案例 – 類比數位轉換分壓器VDADC 64
第五章、結論與未來目標 66
參考文獻 67
參考文獻 [1] http://www.cadence.com/eu/Documents/MicrosoftPowerPoint ToT2013openend.pdf
[2] https://verificationacademy.com/verification-horizons/october-2012-volume-8-issue-3/improving-analog-mixed-signal-verification-productivity
[3] P. Wambacq, F. Fernández, G. Gielen, W. Sansen, and A. Rodríguez-Vázquez, “Efficient Symbolic Computation of Approximated Small-signal Characteristics” IEEE Journal. Solid-State Circuits, vol. 30, pages. 327–330, Mar 1995.
[4] 樓禹慷, “自動辨識混合訊號電路中數位區塊之方法”,中央大學碩士論文,July 2016
[5] 林慶和, “適用於類比電路區塊之解析式行為模型產生器及數位化建模技術”,中央大學碩士論文,Oct 2016
[6] 王綉文, “適用於混合訊號設計的自動化電路區塊降為模型產生器” , 中央大學碩士論文,July 2014
[7] T. Massier, “The Sizing Rules Method for CMOS and Bipolar Analog Integrated Circuit Synthesis”, IEEE Computer-Aid Design of Integrated Circuit and Systems, December 2008.
[8] https://zh.wikipedia.org/wiki/SPICE
[9] CIC 國家晶片系統設計中心, “Hspice Tutorial”
[10] 宋伶彥,“用於類比電路行為模型產生器之非迴歸式模型校準方法”,中央大學碩士論文,June 2017
[11] 王俊,“自動辨識混合訊號電路中構成區塊及RLC元件之方法 ” ,中央大學碩士論文,Jan 2017
[12] 郭啓鍊,“以機器學習模型協助正確辨識混合訊號電路中電路區塊之方法 ” ,中央大學碩士論文,July 2018
[13] Hao Li, Fanshu Jiao and Alex Doboli, “Analog circuit topological feature extraction with unsupervised learning of new sub-structures”, Design, Automation & Test in Europe Conference & Exhibition (DATE), 2016
[14] M. Ohlrich, C. Ebeling, E. Ginting, and L. Sather, “SubGemini: Identifying Subcircuits Using a Fast Subgraph Isomorphism Algorithm”, Proceedings of Design Automation Conference, pp. 31-37, June 1993.
[15] Z. Ling, and D. Y. Y. Yun, “An Efficient Subcircuit Extraction Algorithm by Resource Management” , 2nd International Conference on ASIC, pp. 9-14, Oct 1996.
[16] L. Huang, T. Y. Jiang, J. Y. Jou, H.L. Huang, “An Efficient Logic Extraction Algorithm Using Partitioning and Circuit-Encoding,” in Proceeding International Symposium on Circuits and Systems, 2004.
[17] N. P. Keng, and D. Y. Y. Yun, “A Planning Scheduling Methodology for the Constrained Resource Problem”, Proceedings 1989 International Joint Conference on Artificial Intelligence, pp. 20-25, Aug 1989.
指導教授 周景揚(Jing-Yang Jou) 審核日期 2019-9-27
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明