跳到主要內容

臺灣博碩士論文加值系統

(18.97.9.170) 您好!臺灣時間:2024/12/07 20:04
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:李璟祥
研究生(外文):Jing-Shiang Li
論文名稱:具有格式轉換介面之ATM與Ethernet封包處理晶片設計與實作
論文名稱(外文):Design and Implementation of the Packet Process ASIC with Format Transformed Interface Between ATM and Ethernet
指導教授:宋國明宋國明引用關係
口試委員:馬尚智謝祥圓
口試日期:2013-07-27
學位類別:碩士
校院名稱:國立臺北科技大學
系所名稱:電機工程系所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2013
畢業學年度:101
語文別:中文
論文頁數:62
中文關鍵詞:乙太網路ATM網路網路晶片交換器現場可編程邏輯閘陣列
外文關鍵詞:EthernetATM NetworkNetwork on ChipSwitchField Programmable Gate Array
相關次數:
  • 被引用被引用:1
  • 點閱點閱:427
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
非同步傳輸模式(ATM)擁有固定長度53 Bytes的細胞(Cell)特性,因此容易與其他不同需求的網路終端共享頻寬,也能夠簡化錯誤偵測機制,有效降低處理設備的負擔與提升傳輸品質,惟因LAN技術之中,乙太網路已然主流化,因此ATM系統一般會通過邊際交換器(Edge Switch)與Ethernet網路之交換器連接,進行通過細胞和封包間的轉換,並依LAN類型做訊框化,為終端用戶服務,達到容易、快速與方便的功能。
本系統晶片係以硬體描述語言Verilog實現ATM細胞與Ethernet訊框間之UTOPIA轉換介面,並整合具有路由分類功能之封包處理器,使其成為具邊際交換器功能之連結層交換器;Ethernet封包採用IEEE標準訊框格式,並建立於MII協定上,以得到媒介獨立與高擴充性的優點,該連結層交換器具有傳送與接收端,解析傳送與接收到的封包,將各自之來源與目的位址儲存在相同交換表,使其達到雙向資料過濾與轉送功能,並使用異步FIFO連結UTOPIA的傳送與接收介面,以確保資料正確性及設計彈性,最後以現場可編程邏輯閘陣列開發版(Altera DE3)驗證無誤後,使用TSMC之0.18-μm製程並經過Synthesis、DFT、APR、DRC/LVS等流程製作出專用晶片(ASIC),其邏輯閘數(Gate Count)約為128000,動態功率約為165mW,錯誤涵蓋率約為96%。


ATM (Asynchronous Transfer Mode) cell inherits with a fixed length of 53 bytes. This feature intends to share the bandwidth with other network terminals which performs with different applications. Also, ATM has the ability to simplify the fault detection scheme, to effectively lower the encumbrance; and to promote the quality of transmission. Besides, Ethernet becomes the main stream among the technology of LAN (Local Area Network). And that ATM is a convenient network to consist with the LAN. Generally, the ATM connects the Ethernet Switch through the Edge Switch, and it needs a transformed interface between the Cell and the Packet to frame ATM cell into Ethernet packet based on the types of the LAN which offers the service to the client.

The UTOPIA(Universal Test and Operations PHY Interface for ATM),which is the transformed interface of the ATM Cell and the Ethernet packet, is designed with Verilog hardware describe language and is integrated with the packet processing unit with the function of routing and classification and with the Link Layer Switch with the function of Edge Switch. The Ethernet Packet presents with IEEE standard frame ,and it builds up on the environment of MII (Media Independent Interface) in order to acquire the benefit of high flexibility and high expandability. The Link Layer Switch include the transmitter and receiver units which can analyze the transmitted and received packets; and It also stores the MAC addresses with different sources according to the established lookup table to filter and transmit the two-way information. The Edge Switch uses an asynchronous FIFO (First In First Out Queue) to make sure the validity and flexibility of the information by connecting the UTOPIA module. Finally, the Altera DE3 of FPGA (Field Programmable Gate Array) is used to verify the designed function; and the TSMC 0.18-μm CMOS technology is selected to implement the ASIC by passing through the procedure of Synthesis、DFT(Design For Testability)、APR(Auto Place and Route)、DRC(Design Rule Check)、LVS(Layout Versus Schematic). After simulation, the proposed ASIC performs with the gate count of 128,000, the dynamic power of 165mW, and the fault coverage is 96% at the power supply of 1.8V and operating frequency of 50 MHZ.


摘 要 I
ABSTRACT III
誌 謝 V
目 錄 VI
表目錄 VIII
圖目錄 IX
第一章 緒論 1
1.1 研究動機 1
1.2 論文組織 3
第二章 網路協定與架構 4
2.1區域網路與骨幹網路 4
2.1.1網際網路服務供應者 5
2.1.2區域網路 6
2.1.3廣域網路 6
2.1.4非同步傳輸模式 7
2.2網際網路協定堆疊 9
2.3高速乙太網路 12
2.4交換器內部結構 13
2.5網路延遲 15
2.6排班機制 16
2.7擁塞管理 19
2.8非同步佇列 22
第三章 系統架構設計 27
3.1 UTOPIA 27
3.1.1傳送端電路 .27
3.1.2接收端電路 28
3.2交換器 29
3.3全架構 33
3.4非同步佇列 36
3.5傳送控制 37
3.6接收控制 40
第四章 模擬與電路驗證 42
4.1 UTOPIA 42
4.2發送端 43
4.3接收端 45
4.4邏輯分析儀 47
4.5處理時間 50
第五章 數位積體電路流程 51
5.1介紹 51
5.2電路合成與電路可測性 52
5.3自動佈局與繞線 53
5.4設計規則與電路比對 56
第六章 結論與未來工作 57
6.1結論 57
6.1未來工作 58
參考文獻 59



1.N. Mizukoshi and R. Fan and H. Suzuki, “A single-chip controller for 1.2 Gbps shared buffer ATM switches,” Proceedings of the IEEE Custom Integrated Circuits Conference, Santa Clara, CA , 1997, pp. 449-452.
2.G. M. Sung and H. Y. Hsieh, “A novel bridge chip between an ATM and Ethernet for ADSL in home networks,” IEEE Transactions on Consumer Electronics, Taipei, Taiwan, 2009, vol. 55, no. 3, pp.1200-1207.
3. IEEE, Part 3:Carrier Sense Multiple Access with Collision Detection (CSMA/CD) access method and Physical Layer specifications, IEEE std. 802.3, 2010.
4. F. Shuo and M. M. Khin, “Differentiated Ethernet Congestion Management for Prioritized Traffic,” IEEE International Conference on Communications (ICC), Cape Town, 2010, pp.1-5.
5. M. Chris, “IP QOS_traveling in first class on the Internet,” IEEE Internet Computing, USA, 2002, vol. 3, no. 2, pp.84-88.
6. A. R. Muhammad Romdzi and H. Habibah and R. Ruhani, “Implementation of Quality of Service (QoS) in Multi-Protocol Label Switching (MPLS) Networks,” CSPA 5th International Colloquium on Signal Processing & Its Applications, Kuala Lumpur, 2009, pp.98-103.
7. I. M. Panades and A. Greiner and A. Sheibanyrad, ”A low cost network-on-chip with guaranteed service well suited to the GALS approach,” International Conference on Nano-Networks and Workshops, Sept. Lausanne, 2006, pp. 1-5
8. 台灣網際網路交換中心,“TWIX網路架構,” http://www.twix.net, 2012.
9. 何文修,使用於橋接器之DRR有效公平序列的晶片設計與實作,碩士論文,國立臺北科技大學,台北,2011
10. 張彥仕,封包處理與分類晶片的設計與實作,碩士論文,國立臺北科技大學,台北,2012
11. P. Seungchul, “DiffServ Quality of Service Support for Multimedia Applic-ations in Broadband Access Networks,” ICHIT ''06. International Conferen-ce on Hybrid Information Technology, Cheju, 2006, vol.2, pp.513-518.
12. W. Y. Lai and C. T. Lea, “A programmable state machine architecture for packet processing,” IEEE Micro, USA, 2003, vol. 23, no. 4, pp. 32-42.
13. P. Kermani and L. Kleinrock, “Virtual cut-through: a new computer comm- unication switching technique,” Computer Networks, USA, 1979, pp. 267-286.
14. Xilinx Corporation ,IEEE 802.3 Cyclic Redundancy Check, 2001.
15. B. Chrysotome, “End-to-end packet delay and loss behavior in the internet,” Proceeding SIGCOMM ''93 Conference on Communications architectures, protocols and applications, vol. 23, no. 4, USA, Oct. 1993, pp. 289-298.
16. C. Evequoz and F. Kordon and T. Vardanega, “Practical, fast and simple concurrent FIFO queues using single word synchronization imitives,” Ada-Europe, LNCS, 2008, pp. 59-72.
17. L. M. Teck and L. S. Bu and Y. K. Chai, “Weighted deficit earliest departure first scheduling,” The 11th IEEE International Conference on Networks, Singapore, 2003, pp.437-442.
18. L. P. Teck and D. Tarith and S. John, “The effects of quantum size on Deficit Round Robin performance,” TENCON 2007 - 2007 IEEE Region 10 Conference, Taipei, 2007, pp.1-4.
19. M. Shreedhar and V. George, “Efficient Fair Queuing Using Deficit RoundRobin,” IEEE/ACM Transactions on Networking, USA, 2002, vol.3, no.4, pp.375-385.
20. R. A. Arenas and J. M. Finochietto and L. M. Rocha, “Design and imple-mentation of packet switching capabilities on 10 GbE MAC core,” 2010 VI Southern Programmable Logic Conference (SPL), Ipojuca, 2010, pp.141-146.
21.P. Gupta and N. McKeown, “Algorithms for packet classification,” IEEE Network Magazine, vol. 15, no. 2, USA, 2001, vol.15, no.2, pp. 24-32.
22. M. H. Amir and M. Reza and Y. H. Mohammad and F. Nazbanoo, “An Efficient and Class based Active Queue Management for Next GenerationNetworks,” 2010 5th International Symposium on Telecommunications (IST), Tehran, 2010, pp.255-260.
23. K. L. Byeong and K. J. Lizy and J. Eugene, “Architectural Enhancements for Network Congestion Control Applications,” IEEE Transactions on Very Large Scale Integration (VLSI) Systems, USA, 2006, vol.14, no.6, pp.609-615.
24. Y. S. Guan and C. H. Chian, “Random Early Detection Improved by Progressive
Adjustment Method,” NCTT-MCP 2008. 6th National Conference on Telecommunication Technologies 2008 and 2008 2nd Malaysia C-onference on Photonics, Putrajaya, 2008, pp.250-253.
25. S. Misra and B. John and S. Obaidat, “Random Early Detection for Con-gestion Avoidance in Wired Networks: A Discretized Pursuit Learning A-utomata-Like Solution,” IEEE Transactions on Systems, Man, and Cybernetics, Part B: Cybernetics, India, 2010, vol.40, no.1, pp.66-76.
26. F. Shuo and H. F. Chuan and M. A. Khin, “Differentiated Congestion M-anagement of Data Traffic for Data Center Ethernet,” IEEE Transactionso-n Network and Service Management, vol. 8, no. 4, Singapore, 2011, vol.8,no.4, pp.322-333.
27. S. Chakchai and J. Raj and J. Jinjing, “Enhanced Forward Explicit Conge-stion Notification (E-FECN) Scheme for Datacenter Ethernet Networks,”
SPECTS 2008. International Symposium on Performance Evaluation of Co-mputer and Telecommunication Systems, Edinburgh, 2008, pp.542-546.
28. Clifford E. Cummings, “Simulation and Synthesis Techniques for Asynchr-onous FIFO Design with Asynchronous Pointer Comparisons,” IEEE Inter-national Solid-State Circuits Conference, San Jose, CA, 1993, pp.242-243.
29. Clifford E. Cummings, “Synthesis and Scripting Techniques for Designing Multi Asynchronous Clock Designs,” SUNG-2001 San Jose, CA Voted Best Paper 3rd Place, Sunburst Design, Inc, San Jose, CA, 2001.
30. Clifford E. Cummings, “Simulation and Synthesis Techniques for Asynchr-onous FIFO Design,” Sunburst Design, Inc, San Jose, CA, 2001.
31. Altera Corporation, Design Debugging Using the Signal Tap II Logic Analyze, 2012.


QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊