簡易檢索 / 詳目顯示

研究生: 林宗儀
Lin, Tzong-Yi
論文名稱: A JTAG-based Test Interface for Wireless Test Platform
無線測試平台其基於JTAG之測試介面
指導教授: 劉靖家
Liou, Jing-Jia
口試委員: 張慶元
劉靖家
洪浩喬
學位類別: 碩士
Master
系所名稱: 電機資訊學院 - 電機工程學系
Department of Electrical Engineering
論文出版年: 2011
畢業學年度: 99
語文別: 英文
論文頁數: 41
中文關鍵詞: 后羿有線測試介面
外文關鍵詞: HOY, JTAG
相關次數: 點閱:2下載:0
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 后羿(Hypothesis, Odyssey, and Yield, HOY)計畫提出一個新的IC測試技術,經由無線射頻傳輸通道來傳輸資料,藉此來取代傳統測試機台ATE之探針卡。儘管后羿系統的目標是減少測試上的成本,
    但是無線射頻傳輸通道其易受干擾的特性也會影響到其測試過程。在做封裝(Production)之前,為了利用后羿模組來取得電路的電性特性(Characterize effect),我們提出了一個新的方法,即在待測電路上(Device Under Test, DUT)額外置入有線測試介面。此新的介面適用於IEEE 1149.1 JTAG的標準,其介面可經由較小的人力來整合進封裝測試(package test)裡。而其有線測試介面之模組則是參考OpenCores計畫所提供的JTAG模組電路,與另一傳輸模組ADI,使其后羿的待測電路能經由JTAG來與軟體端溝通。而軟體端也參考OpenCores所提供的硬體driver使其能讓后羿的測試程式與硬體driver結合,進而能與硬體端銜接。除此之外,我們亦提供GUI介面,使其在操作上更加容易。由於其JTAG的架構相較於后羿系統簡單,故其所加入的介面面積僅占5.8K邏輯閘。其測試介面功能已藉由RTL模擬與FPGA平台驗證過。此外,對於電性測試(Characterizing test),我們可經由此介面來使其在使用上與原本的后羿模組互補。譬如,做Wafer sort時,我們可以利用后羿的無線測試,做封裝測試時則可以利用有線測試介面,最後做測試與診斷功能時,可經由后羿的無線傳輸通道來實現。


    The HOY project proposed a new methodology of IC test to use RF wireless channels to transfer
    data instead of probe cards in traditional ATE. Even though the goal of a HOY system is to
    reduce the test cost, it also introduces the unreliability factors of RF communication into the tests.
    In order to characterize effects by HOY modules before production, we propose to add an additional
    wired interface to DUTs. The new interface is compatible to IEEE 1149.1 JTAG, which
    reduces the effort to integrate with package tests. Because of the relatively simple architecture
    of a HOY system and JTAG, the added interface consume only 5.8K gates (in addition to HOY
    modules). Both RTL simulation and FPGA prototype are used to verify the new interface. Besides
    the role of characterizing tests for HOY, we can also use the interface to complement the usage
    of HOY modules. For example, HOY wireless tests can be used in wafer sorts, while the wired
    interface can then be utilized in packaged tests, and finally wireless channel can be used again in
    field test/diagnosis.
    1

    1 Introduction 7 1.1 Current Test Issue on SOC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 1.2 Generation of Wireless-based Test System . . . . . . . . . . . . . . . . . . . . . . 7 1.3 Wire-based Test System . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.4 Thesis Organization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2 PreviousWork and RelatedWork 11 2.1 Overview of Wireless-based Platform . . . . . . . . . . . . . . . . . . . . . . . . 11 2.1.1 Wireless-based Test Platform . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.1.2 Overall Structure of HOY . . . . . . . . . . . . . . . . . . . . . . . . . . 12 2.2 Overall Structure of Wire-based Test Platform . . . . . . . . . . . . . . . . . . . . 13 3 Circuits ofWire-based Communication 16 3.1 JTAG TAP Controller . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 3.1.1 Operation of JTAG TAP Controller . . . . . . . . . . . . . . . . . . . . . 17 3.1.2 Instructions of JTAG TAP . . . . . . . . . . . . . . . . . . . . . . . . . . 17 3.2 Advance Debug Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 3.2.1 Architecture of ADI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 3.2.2 Top-level commands of ADI . . . . . . . . . . . . . . . . . . . . . . . . . 20 3.2.3 Sub-module command of ADI . . . . . . . . . . . . . . . . . . . . . . . . 21 3.2.4 Action of Communication with MAC . . . . . . . . . . . . . . . . . . . . 24 3.3 Meida Access Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 4 Software Implementation 28 4.1 Code Structure of Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 4.2 Action Flow of Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 5 Implement Results 34 5.1 Area and Speed of JTAG-based Test Interface . . . . . . . . . . . . . . . . . . . . 34 5.2 Test Fault Coverage of JTAG-based Test Interface . . . . . . . . . . . . . . . . . . 35 6 Conclusions and Future Work 39 6.1 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 6.2 Future Work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39

    [1] J.Jahangiri, N. Mukherjee, W.-T. Cheng, S. Mahadevan, and R. Press, “Achieving High Test
    Quality with Reduced Pin Count Testing,” Proceedings of IEEE Asia Test Symposium, pp.
    312–317, Dec. 2005.
    [2] K. C. V. Iyengar and B. T. Murry, “Huffman Encoding of Test Sets for Sequential Circuits,”
    IEEE Transactions on Instrumentation and Measurement, vol. 47, pp. 21–25, 1998.
    [3] C.-W. Wu, C.-T. Huang, S.-Y. Huang, T.-Y. C. P.-C. Huang, and Y.-T. Hsing, “The HOY
    Tester - Can IC Testing Go wireless?” Proceedings of International Symposium on VLSI
    Design, Automation and Test, 2006.
    [4] P.-K. Chen, Y.-T. Hsing, and C.-W.Wu, “On Feasibility of HOY - AWireless Test Methodology
    for VLSI Chips and Wafers,” Proceedings of International Symposium on VLSI Design,
    Automation and Test, 2006.
    [5] J.-J. Liou, C.-T. Huang, C.-W.Wu, C.-C. Tien, C.-H.Wang, H.-P. Ma, Y.-Y. Chen, Y.-C. Hsu,
    L.-M. Deng, C.-J. Chiu, Y.-W. Li, and C.-M. Chang, “A Prototype of a Wireless-based Test
    System,” Proceedings of IEEE International SOC Conference, 2007.
    [6] C.-Y. Yang and J.-J. Liou, “Automation Wrapper Synthesis and Test Program Generation for
    Wireless ATE Platform,” 2008.
    [7] “Advance Debug System,” http://opencores.org.
    [8] “IEEE Std.1149.1-2001, IEEE Standard Test Access Port and Boundary-Scan Architecture,”
    IEEE Press, New York, 2001.
    [9] Y.-C. Hsu, C.-M. Chang, Y.-Y. Chen, C.-T. Huang, H.-P. Ma, and J.-J. Liou, “HOY Test
    Protocol and Test Interface Specification,” 2007.
    [10] Y.-C. Hsu and C.-T. Huang, “Design and Implementation of the Wireless Test Protocol and
    Interface,” 2008.

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

    QR CODE