跳到主要內容

臺灣博碩士論文加值系統

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

詳目顯示

: 
twitterline
研究生:王新萌
研究生(外文):Wang Shin Moe
論文名稱:系統晶片測試整合支援延遲測試
論文名稱(外文):Test Integration of Core-Based System-on-Chip Supporting Delay Test
指導教授:吳誠文
指導教授(外文):Wu Cheng Wen
學位類別:碩士
校院名稱:國立清華大學
系所名稱:電機工程學系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2005
畢業學年度:93
語文別:英文
論文頁數:57
中文關鍵詞:系統晶片矽智產測試系統晶片測試延遲測試
相關次數:
  • 被引用被引用:0
  • 點閱點閱:342
  • 評分評分:
  • 下載下載:14
  • 收藏至我的研究室書目清單書目收藏:0
隨著深次微米時代的到來,系統晶片(System-on-Chip---SOC)的設計方式被實現,然而矽智產的再利用衍生出許多測試整合上的困難與挑戰。此外,把測試焦點放在定值故障 (stuck-at fault) 的錯誤涵蓋率 ( fault coverage ) 是不足夠的,因為許多會影響時序的瑕疵會被忽略。因此,在測試整合時,等速測試 (at-speed test) 也需要列入考量。

我們實驗室已擁有的測試存取控制系統(Test Access Control System---TACS)可以解決測試整合的問題。測試存取控制系統包含了相容國際電機工程師協會(IEEE)編號P1500標準的測試介面 ( test wrapper ),一個有彈性的測試存取機制(Test Access mechanism---TAM),以及測試控制器(Test Controller)用來測試定值故障。為了考慮在系統晶片測試上的時序問題,所以我們加強測試存取控制系統的功能使其能夠支援等速測試。也就是說,轉換故障 ( transition fault) 的圖樣可以經由加強的測試存取控制系統傳輸到內嵌在系統晶片的電路並完成等速測試。同時適用於延遲測試 ( delay test ) 的測試介面也被實現在加強的測試存取控制系統。

同時系統晶片的測試整合自動化工具---SOC Test Aid Console,簡稱STEAC,也被加強和修改使得新的功能融合進來。從實驗結果來看,我們的方法簡單而且有效率,可以真正的降低測試整合的成本、縮短測試時間,並且所付出的面積也較小。
The advent of deep-submicron semiconductor technology makes system-on-chip (SOC) possible.
In order to handle the complexity of design methodology, intellectual property (IP) reuse is broadly
adopted. However, the reuse of IP cores leads to challenges in test integration. Additionally, the
focus on stuck-at fault coverage is insufficient for the nanometer age, since many defects affecting
the performance of circuitry are unintentionally ignored. Therefore, at-speed (performance) testing
needs more consideration in test integration of SOC.
We have proposed a Test Access Control System (TACS) targeting the test integration issues
in SOC where IEEE P1500 Test Wrappers, a flexible test access mechanism (TAM), and the associated
test controller are developed for stuck-at-fault testing. In order to consider the timing issues
in SOC testing, we enhance our TACS with the ability of at-speed testing. Our TACS can apply
not only the test patterns for stuck-at faults but also for timing-related defects. For example, the
transition-fault test patterns generated by commercial tools can be translated automatically to the
system level through our SOC Test Aid Console (STEAC) and applied to the embedded cores with
timing requirements by our pin-efficient TACS Controller. Wrapper Boundary Register cells for
delay test are chosen in our TACS architecture. The test circuitry insertion, test pattern translation
and test scheduling are all operated automatically.
We have applied this test platform to a SOC design of crypto processor, and the experimental
results demonstrate our approach to be simple and efficient—low test integration cost, short total
test time, and small area overhead.
Contents
1 Introduction 1
1.1 Previous Works on Embedded Core Testing . . . . . 1
1.2 Previous Works of Delay Testing . . . . . . . . . 3
1.3 Organization of the Thesis .... . . . . . . . . . 5
2 IEEE P1500 Standard 6
2.1 Scalable Hardware Architecture . . . . . . . . . . . . . . . . . . . . 7
2.2 Wrapper Serial Ports . .. . . . . . . . . . . . . 7
2.3 Wrapper Parallel Ports . . .. . . . . . . . . . . 9
2.4 Wrapper Bypass register . . . . . . . . . . . . . 9
2.5 Wrapper Boundary Register . . . . . . . . . . . . 9
2.5.1 WBR Operation Events . . . . . . . . . . . . . 9
2.5.2 WBR Operation Modes . . . .. . . . . . . . . . 10
2.5.3 WBR Cell Types . . . . . . . . . . . . . . . . 11
2.6 WIR Instructions . . . . . . . . . . . . . . . . . . . . 13
3 Overview of Delay Test 16
3.1 Transition Fault Model . . . . . . . . . . . . . 17
3.2 Gate Delay Fault Model . . . . . . . . . . . . . 17
3.3 Line Delay Fault Model . . . . . . . . . . . . . 18
3.4 Path Delay Fault Model . . . . . . . . . . . . . 18
3.5 At-speed Test Methodology . . . . . . . . . . . 19
3.5.1 Skewed-Load Method . . . . . . . . . . . . . . 20
3.5.2 Broad-Side Method . . . . . . . . . . . . . . 20
3.6 Summary . . . . . . . . . . . . . . . . . . . . 21
4 TACS: Test Access Control System 23
4.1 Overview of TACS . . . . . . . . . . . . . . . . 23
4.2 IEEE P1500 Test Wrapper Design . . . . . . . . . 24
4.2.1 Wrapper Instruction Register . . . . . . . . . 25
4.2.2 Wrapper Boundary Register and Wrapper Bypass Register ..28
4.2.3 Wrapper Concatenation of Serial and Parallel Paths . . . . . . . . . . . . . 28
4.3 Test Controller .. . . . . . . . . . . . . . . . 30
4.4 TAM Architecture . . . . . . . . . . . . . . . . 33
4.5 Test Operations . . . . . . . . . . . . . . . . 34
4.5.1 Test Data Application . . . . . . . . . . . . 37
4.6 Test Time Calculation . . . . . . . . . . . . . 42
5 SOC Test Integration Platform 45
5.1 STEAC: SOC Test Aid Console . . . . . . . . . . .45
5.1.1 Input Specifications of STEAC . . . . . . . . 47
5.1.2 Database of STEAC . .. . . . . . . . . . . . . 48
5.2 Experimental Results . . . . . . . . . . . . . . 50
5.2.1 Test Cost Analysis . . . . . . . . . . . . . . 53
6 Conclusions and Future Work 54
6.1 Conclusions . . . . . . .. . . . . . . . . . . . 54
6.2 Future Work . . . . . . .. . . . . . . . . . . . 55
[1]IEEE,“IEEE P1500 standard for embedded core test(SECT)”,http://grouper.ieee.org/groups/1500/,2002.
[2]K.-T.Cheng,“Transition fault testing for sequential circuits”,IEEETrans.Computer-Aided Design of Integrated Circuits and Systems,vol.12,no.12,pp.1971–1983,Dec.1993.
[3]J.AertsandE.J.Marinissen,“Scan chain design for test time reduction in core-basedICs”,in Proc.Int.TestConf.(ITC),1998,pp.448–457.
[4]E.J.Marinissen,R.Arendsen,andG.Bos,“A structured and scalable mechanism for test access to embedded reusable cores”,inProc.Int.TestConf.(ITC),1998,pp.284–293.
[5]XijiangLin,JanuszRajski,PaulRecuter,andNageshTamarapalli,“High-frequency at-speed scan testing”,IEEE Design & Test of Computers,pp.17–25,2003.
[6]J.Saxena,D.J.Campbell,andK.M.Butler,“Scan-based transition fault testing-implementa-tion and low coverage test challenges”,inProc.Int.TestConf.(ITC),2002,pp.1120–1129.
[7]C.-W.Wang,J.-R.Huang,K.-L.Cheng,H.-S.Hsu,C.-T.Huang,C.-W.Wu,andY.-L.Lin,“A test access control and test integration system for system-on-chip”,inSixth IEEEInt.Workshop on Testing Embedded Core-Based System-Chips(TECS),Monterey,California,May2002,pp.P2.1–P2.8.
[8]IEEE,IEEE1149.1 Standard Test Access Port and Boundary-Scan Architecture,IEEE Stan-dards Department, Piscataway, May1990.
[9]Synopsys,“Tetramaxatpguserguide,version2004”,2005.
[10]K.-L.Cheng,J.-R.Huang,C.-W.Wang,C.-Y.Lo,L.-M.Denq,C.-T.Huang,C.-W.Wu,S.-W.Hung,andJ.-Y.Lee,“An SOC test integration platform and its industrial realization”,inProc.Int.TestConf.(ITC),Charlotte,Oct.2004.[11]E.J.MarinissenandS.K.Goel,“Analysis of test bandwidth utilizationin test bus and TestRail architectures for SOCs”,inProc.IEEEInt.Workshop on Design and Diagnostics of Electronic Circuits and Systems(DDECS),Apr.2002,pp.52–60.[12]JeffreyE.F.Friedl,Mastering Regular Expressions,O’Reilly,2002.
[13]A.KrsticandK.-T.Cheng, Delay Fault Testing for VLSI Circuits,KluwerAcademicPub-lishers,Boston,1999.
[14]E.S.ParkandM.R.Mercer,“Robust and nonrobust tests for path delay faults in a combina-tional circuit”,in Proc.Int.TestConf.(ITC),1987,pp.1027–1034.
[15]V.S.Iyengar,B.K.Rosen,andI.Spillinger,“Delay test generation 1:Concepts and coverage metrics”,in Proc.Int.TestConf.(ITC),1988,pp.857–866.
[16]A.K.Majhi,J.Jacob,L.M.Patnaik,andV.D.Agrawal,“On test coverage of path delay faults”,in Proceedings of 9th International Conference on VLSI Design,1996,pp.418–421.
[17]A.K.MajhiandV.D.Agrawal,“Tutorial:Delay fault models and coverage”,in Proceedings of 11th International Conference on VLSI Design,1998,pp.364–369.
[18]L.Whetsel,“A IEEE1149.1 base test access architecture for ICs with embedded cores”,inProc.Int.TestConf.(ITC), 1997,pp.69–78.
[19]M.Benabdenbi,W.Maroufi,andM.Marzouki,“Testing TAPed cores and wrapped cores with the same test access mechanism”,in Proc.Design,Automation and Test in Europe(DATE),Munich,Mar.2001,pp.150–155.
[20]C.-P.Su,C.-H.Wang,K.-L.Cheng,C.-T.Huang,andC.-W.Wu,“Design and test of a scalable security processor”,in Proc.Asia and South Pacific Design Automation Conf.(ASP-DAC),Shanghai,Jan.2005.5
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊