Responsive image
博碩士論文 etd-0614101-230031 詳細資訊
Title page for etd-0614101-230031
論文名稱
Title
32位元1.25 GHz樹狀架構前瞻式進位加法器與離散餘弦轉換之晶片設計與實作
IC Design and Implementation of 32-Bit 1.25 GHz Tree-Structured CLA Adder and Discrete Cosine Transform
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
65
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2001-06-08
繳交日期
Date of Submission
2001-06-14
關鍵字
Keywords
全N型電晶體邏輯、“o”元件、離散餘弦轉換、樹狀架構前瞻式進位加法器
All-N-transistor(ANT) logic, DCT, “o” cell, Tree-Structured CLA
統計
Statistics
本論文已被瀏覽 5724 次,被下載 50
The thesis/dissertation has been browsed 5724 times, has been downloaded 50 times.
中文摘要
本論文分為三個部分:第一部份為快速管線式前瞻進位加法器設計與實作;第二部份為介紹如何在Cadence97環境下,自己建立0.35μm制程的元件庫,並進行cell-based流程;第三部份為低功率離散餘弦轉換之設計與實作。
第一部份在論文中我們所提出的32位元樹狀架構管線式之前瞻進位加法器是使用全N型電晶體 (簡稱ANT) 電路元件所設計的。這種加法器不僅只需極少的電晶體數目,而且使用較少晶片面積。此外,以TimeMill的模擬軟體做32位元加法器的佈局後模擬結果,操作時脈的速度可以達到1.25 GHz。以這個架構而言,也可以容易擴充資料長度。
第二部分是針對如何在Cadence97環境下自行建構的元件庫的流程作一完整的說明,並對如何利用自己所建立的元件來完成cell-based的流程及其應該注意的事項加以解釋。
第三部份為離散餘弦轉換之設計與實作。針對運算單元—乘法累加器 (MAC) 的運算做觀察,改良其運算方式以減少功率消耗。
Abstract
The thesis comprises three parts: Part 1 is the design and implementation of a high speed pipelined carry lookahead adder (CLA) ; Part 2 introduces how to build 0.35μm basic cell library in the Cadence 97’s environment and execute the cell-based design flow by self-built basic cells; Part 3 is the design and implementation of a low-power discrete cosine transform (DCT) processor.
Part 1 of this thesis is a 32-bit tree-structured pipelined carry lookahead adder (CLA) constructed by the modified all-N-transistor (ANT) design. Not only the CLA possesses few transistor count, but also occupies small chip size. Moreover, the post- layout simulation results given by TimeMill show that the clock used in the 32-bit CLA can run up to 1.25 GHz. The proposed architecture can be easily expanded for long data addition.
Part 2 of this thesis is to describe the procedure of a self-built cell library in detail, and explain how to correctly proceed cell-based design flow by using the self-built basic cell library.
Part 3 of this thesis is to implementation of a DCT processor. We carefully observed the operation behavior of Multiply Accumulator (MAC) and improved the power consumption
目次 Table of Contents
目錄

摘 要 i
Abstract ii
第一章 簡介 1
1.1 研究動機 1
1.2 論文目的 2
1.3 論文大綱 3
第二章 樹狀結構之前瞻式進位加法器 4
2.1 概論 4
2.2 原理與架構說明 4
2.2.1 All-N-Transistor (ANT) 模組元件 5
2.2.1.1 電晶體長寬比的問題 7
2.2.2 Generate及Propagate 模組單元 7
2.2.3 Carry-lookahead generator 模組單元 9
2.2.4 Sum generator 模組單元 11
2.3 速度與面積的分析 13

2.3.1 速度分析 13
2.3.2 面積分析 13
2.4 效能的比較 14
2.5 加法器的模擬與實作 15
2.5.1 設計流程 15
2.5.2 測試考量 16
2.5.2.1時脈產生電路 16
2.5.2.2測試向量產生電路 18
2.5.3 整體電路方塊圖 19
2.5.4 佈局模擬結果 20
2.5.5 晶片佈局 21
2.5.6 量測結果 23
2.5.6.1 八位元CLA量測 23
2.5.6.2 三十二位元CLA量測 25
2.6 結論 26
第三章 自建基本元件 27
3.1動機 27
3.2 流程簡介 27
3.3 環境設定 28
3.4 建構基本元件 29
3.4.1 高度考量 30
3.4.2 腳位配置 31
3.4.3 邊界設定 33
3.4.4 圖層 (layer) 設定 33
3.4.5 結論 35
3.5 產生萃取圖 35
3.5.1 修改設定 36
3.5.2 啟動Flow Sequencer視窗 37
3.5.3 設定選項 38
3.5.4 萃取圖的修改 41
3.5.5 產生blackbox,spi及hcell 41
3.6 程式撰寫技巧 42
3.7 銲接點 (PAD) 的配置 43
3.8 Silicon Ensemble (SE) 的流程 43
3.8.1 Create Library的注意事項 43
3.8.2 Verilog In 的注意事項 44
3.8.3 SE工作環境設定的注意事項 45
3.8.4 SE Follow pin的注意事項 45
3.8.5 Dracula驗證的注意事項 46
3.9 佈局後的模擬 (Post Layout Simulation) 46
3.9.1 HSPICE 46
3.9.2 TimeMill/PowerMill 46
第四章 離散餘弦轉換 (DCT) 47
4.1概論 47
4.2 架構簡介 47
4.3 晶片的合成與佈局 51
4.3.1 合成結果 51
4.3.2 佈局結果 52
4.4 晶片的模擬 53
4.4.1 功能驗證 53
4.4.2 效能比較 55
4.5 結論 55
第五章 結論 55
參考文獻 56
附錄 58
附錄一 (以八位元為例) 58
附錄二 (dct.script) 65

參考文獻 References
[1]Z. Wang, G. A. Jullien, W. C. Miller, J. Wang, and S. S. Bizzan, 'Fast adders using enhanced multiple-output domino logic,' IEEE J. Solid-State Circuits, vol. 32, no. 2, pp. 206-214, Feb. 1997.
[2]J. Yuan., and C. Svensson, 'High-speed CMOS circuit technique,' IEEE J. Solid-State Circuits, vol. 24, pp. 62-70, Feb. 1989.
[3]C. M. Lee, and E. W. Szeto, 'Zipper CMOS,' IEEE Circuits Devices Mag., pp. 10-16, May 1986.
[4]R. Rogenmoser, and Q. Huang, 'An 800-MHz 1mm CMOS pipelined 8-bit adder using true single phase clocked logic-flip- flops,' IEEE J. Solid-State Circuits, vol. 31, no. 3, pp. 401-409, Mar. 1996.
[5]R. X. Gu, and M. I. Elmasry, 'All-N-logic high-speed true-single- phase dynamic CMOS logic,' IEEE J. Solid-State Circuits, vol. 31, no. 2, pp. 221-229, Feb. 1996.
[6]M. Afghahi, 'A robust single phase clocking for low power high- speed VLSI application,' IEEE J. Solid-State Circuits, vol. 31, no. 2, pp. 247-253, Feb. 1996.
[7]C.-C. Wang, C.-J. Huang, and K.-C. Tsai, 'A 1.0 GHz 0.6-um 8-bit carry lookahead adder using PLA-styled all-N-transistor logic,' IEEE Trans. Circuits and Systems, Part II: Analog and Digital Signal Processing, vol. 47, no. 2, pp. 133-135, Feb. 2000.
[8]D. Dozza, M. Gaddoni, and G. Baccarani, 'A 3.5 ns, 64 bit, carry-lookahead adder,' 1996 IEEE Inter. Symp. on Circuits and Systems, vol. II, pp. 297-300, June 1996.
[9]R. P. Brent, and H. T. Kung, 'A regular layout for parallel adders,' IEEE Trans. Computers, vol. C-31, no. 3, pp. 260-264, Mar. 1982.
[10]黃振榮,”應用於訊號處理之高速基本算術元件硬體實作”,中山大學電機工程學系博士論文,民國八十九年五月。
[11]蔡坤助,”前瞻性微處理機之以PLA形式全N電晶體邏輯設計之1.0 GHz 0.6μm前看進位加法器與64-bit平行比較器”,中山大學電機工程學系碩士論文,民國八十七年六月。
[12]李博明,”類神經網路中快速內積處理器之設計與實作”,中山大學電機工程學系碩士論文,民國八十八年六月。。
[13]C.-C. Wang, P.-M. Lee, C.-J. Huang, and R.-C. Lee, 'A 1.25 GHz 8-bit tree-structured carry lookahead adder," Workshop on Computer Architecture of 2000 International Computer Symposium (ICS’2000), pp. 107-113, Dec. 2000.
[14]Chua-Chin Wang, Po-Ming Lee, and Rong-Chin Lee, 'A 1.25 GHz 32-bit tree-structured carry lookahead adder," 2001 IEEE Inter. Symp. on Circuits and Systems (ISCAS'01), vol. IV, pp. 80-83, May 2001.
[15]Ahmed, N.T. Natarajan, and K.R. Rao, 'Discrete cosine trans- form,' IEEE Trans. On Computers, vol. C-29, pp. 90-94, Jan.1974.
[16]W. Li, 'A new algorithm to compute the DCT and its inverse,' IEEE Trans. Signal processing, vol. 39, no. 6, pp. 1305-1313, June 1991.
[17]F. Jutland et al. , 'A single chip video rate 16×16 discrete cosine transform,' in proc. IEEE ICASSP’86, pp805-808, Dec. 1986.
[18]Peled, B. Liu, 'A new Hardware Realisation of Digital Filters,' IEEE Trans. On ASSP, vol. 22(6), pp. 456-462 , Dec. 1974.
[19]W. H. Chen, C. H. Smith, and S. C. Fralick, 'A fast computational algorithm for the discrete cosine transform,' IEEE Transactions on Communications, vol. COM-25, no. 9, pp. 1004-1009, Sep. 1977.
[20]T. Masaki, Y. Morimoto, T. Onoye, and I. Shirakawa, 'VLSI Implementation of inverse discrete cosine transformer and motion compensator for MPEG2 HDTV decoding,' IEEE Transactions on Circuits and Systems for Video Technology, vol. 5, no. 5, Oct. 1995.
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:校內公開,校外永不公開 restricted
開放時間 Available:
校內 Campus: 已公開 available
校外 Off-campus:永不公開 not available

您的 IP(校外) 位址是 3.136.18.48
論文開放下載的時間是 校外不公開

Your IP address is 3.136.18.48
This thesis will be available to you on Indicate off-campus access is not available.

紙本論文 Printed copies
紙本論文的公開資訊在102學年度以後相對較為完整。如果需要查詢101學年度以前的紙本論文公開資訊,請聯繫圖資處紙本論文服務櫃台。如有不便之處敬請見諒。
開放時間 available 已公開 available

QR Code