Design of Efficient Programmable Test-per-Scan Logic BIST Modules

Size: px
Start display at page:

Download "Design of Efficient Programmable Test-per-Scan Logic BIST Modules"

Transcription

1 Design of Efficient Programmable Test-per-Scan Logic BIST Modules Devika K N 1 and Ramesh Bhakthavatchalu 2 Electronics and Communication Engineering Amrita School of Engineering, Amritapuri Amrita Vishwa Vidyapeetham, Kerala Amrita University, India devikanandalal@gmail.com 1, rameshb@am.amrita.edu 2 Abstract This paper focus on the design of Programmable Logic BIST structures for Very Large Scale Integration (VLSI) Integrated Circuit(IC) testing. The advancements happening in VLSI technology day by day have made chip testing more complicated. This has paved way for the increased popularity of Logic Built In Self Test (LBIST) compared to Automatic Test Equipment (ATE). Logic BIST allows self testing of chips with the help of an additional built-in hardware structure inside the circuit. Test-per-scan Logic BIST structure includes Test pattern generator, Response Analyzer, ROM, and Comparator. LFSR does the role of test pattern generator in Logic BIST since it is more efficient than binary counters. MISR is commonly used as an output response analyzer which acts as an alternative to n-parallel LFSRs. Comparator compares the responses stored in ROM and MISR output. Reconfigurability is added to every structural element in BIST to improve the fault coverage of IC testing. The proposed structural architecture is simulated in Modelsim RTL simulator. The different sized (16, 32, 48) programmable structures in Logic BIST were synthesized in Xilinx Spartan 3E and Spartan 6 for implementing them on FPGA. Four structural representations such as Modular, Standard, Hybrid and Complete form were implemented for PRPG and MISR design. All the designs were synthesized in ASIC in RTL compiler using 90nm standard cell technology library. The results of the proposed programmable PRPG and MISR designs were analyzed for speed, power and area with the equivalent modules generated by third party sign-off tool. Keywords FPGA, PRPG, MISR, Reconfigurability, primitive polynomial, ASIC, SOC. I. INTRODUCTION This modern era of VLSI technology has witnessed a tremendous increase in the design complexity as well as higher density in System-on-chip (SOC) designs shooting at a faster rate. The Integrated circuits manufactured for critical applications are diagnosed with latent faults which may not be evident at the time of manufacturing testing but appears fatal in the later life span of the chip due to environmental variation. To ensure safety and durability, infield testing should be implemented within SOC s for detecting stuck at faults and bridging faults arising due to manufacturing defects. This lead to an innovative methodology called Logic BIST where circuit can be tested at-speed using built-in circuitry. Rapid testing and reduction in costs are the attractive features of Logic BIST structures compared to ATPG based testing [1]. While the former uses a random number generator to generate test patterns, the latter uses Automatic Test Equipment to provide stored deterministic patterns to the circuit under test. Since the patterns are generated at real time of circuit testing, it significantly reduces the memory usage adding to its features at the expense of small area overhead. Pseudo Random Pattern Generator (PRPG) and Multiple Input Shift Register (MISR) forms the critical components in Logic BIST. Pseudo Random Pattern Generator is implemented using an LFSR which generates random test patterns [2], [3]. Same LFSR structure is modified to work as MISR. Many research works have been done and is still under progress for implementing high performance LBIST circuits. One of the work utilizes a new adaptive low shift power random test pattern generator (ALP-RTPG) for generating test patterns in LBIST to reduce the power consumed [4]. But it results in significant test coverage loss with increase in the number of primary inputs. Another approach incorporates reconfigurable interconnects so as to reduce the correlation between test patterns [5]. It allows the requirement of fewer control bits compared to other BIST methods but can cause bus contention inside scan chains for those test vectors that is not desired. Paper [6] makes use of ATPG to provide deterministic patterns to deterministic BIST. But it converts failure diagnosis to a complex process. In this paper an n-bit reconfigurable LBIST structure that would be able to test any circuit has been designed and implemented. The proposed approach makes the design flexible by adding reconfigurability to each components of LBIST. It is simulated and synthesized using verilog on the Xilinx Spartan 3E for implementation in FPGA and in Encounter RTL compiler for implementation in ASIC [7]. The structures are designed and compared to verify its performance, area overhead and to maximize efficiency. The structure of the paper proceeds as follows: Section II describes the typical architecture of Logic BIST and its structural components. Section III discusses how programmable LBIST is implemented. Section IV shows the simulation and synthesis results of LBIST components in Xilinx and RTL compiler. Section V concludes the paper and discusses the future scope in this field. II. TYPICAL LOGIC BIST ARCHITECTURE Logic BIST is an extra testing circuitry embedded in the chip that perform structural based test after manufacturing /17/$ IEEE

2 Fig. 2. N-bit Modular LFSR architecture Fig. 1. Typical Logic BIST architecture Logic BIST design includes on-chip/board circuitry to provide test patterns and to analyze output responses. Fig. 1. shows the typical Logic BIST architecture. Test pattern Generator, Multiple Input Signature Register, Comparator, ROM, and BIST controller forms the basic elements of the structure. This circuitry tests the chip infield thus avoiding the need for an ATE. It ensures high fault coverage with minimum vectors at the expense of 15% area overhead of the chip. In Logic BIST architecture PRPG plays the role of test pattern generator and MISR does the output response analysis. BIST components are detailed below: A. Pseudo Random Pattern Generator PRPG generates the required test vectors which are fed into the circuit to be tested. LFSR is the basic structure that generates pseudo random patterns based on the feedback polynomial provided [8],[9],[10],[11]. It is a kind of shift register where selected bits called taps are XORed to construct the feedback polynomial which is fed to LSB flip-flop of LFSR. Characteristic polynomial of degree n over GF (2) defines the internal structure of an n-bit LFSR where coefficients denote the existence of feedback path [12], [13]. Only primitive polynomials are considered as candidates for feedback loop in LBIST applications since they generate maximum length sequences. Such polynomials can be determined by checking whether the latter could completely divide x t + 1, where t = 2 n 1. Basic theory behind LFSR is Galois field. Every arithmetic operation in LFSR is based on modulo 2 where multiplication is equivalent to AND operation and addition is considered as XOR operation. PRPG can be implemented in four different forms: Standard, Modular, Complete and Hybrid. Fig. 2. shows N-bit Modular PRPG architecture. This configuration is better among all the four in terms of speed of execution, area, and power consumption. While standard form has higher critical path with increasing number of taps in the feedback polynomial. Complete PRPG demands more area due to additional gates used in circuit for generating 2 n patterns. Hybrid PRPG could be used only if the feedback polynomial satisfies a particular condition thus limiting its usage but has comparable features as that of standard form. Fig. 3. N-bit Modular MISR architecture B. Multiple Input Signature Register Multiple Input Signature Register is a modified form of LFSR that compresses long output sequence of bits from CUT into compressed data stream. It reduces the area overhead by acting as an alternative to multiple LFSR in parallel which is determined by the primary outputs of CUT. MISR compresses all outputs into a single LFSR and the resulting output value is known as signature [14]. It can be constructed from a LFSR structure since LFSR has linear properties and conforms to superposition principles. Signature is thus obtained as a result of performing modulo operation of each primary output with feedback polynomial and then XOR sum of the resultant. MISR produces compressed output that is compared with the expected outputs (Golden signature) using a comparator to check for faulty or fault-free circuit [15],[16]. Fig. 3. shows N-bit modular MISR architecture. C. Comparator Comparator performs data comparison where inputs are in the form of binary numbers. It checks whether a given number is equal, greater or less than the other one in terms of magnitude. In this context comparator does the comparison between golden signature stored in ROM and the resultant signature obtained from MISR and checks whether they are equal. The equality between the values indicates a fault-free circuit. If the values are not the same, it confirms that the circuit is faulty. Golden signature is the output from same identical circuit as that under test when it is in a fault-free condition. It is obtained through simulations under similar operations. D. Read Only Memory(ROM) Read only Memory (ROM) is a storage element that can retain data even when the power is off. In Logic BIST, stores Golden signature values of fault-free circuit. These values are pre-calculated through simulations. No amount of memory is used by this self-testing circuitry for storing test vectors thus saving large memory space.

3 E. Circuit Under Test Circuit Under Test could be combinational or sequential circuits. ISCAS-89 and ISCAS-99 circuits can be considered as the circuit to be tested to verify the working of Logic BIST architecture. These designs are the benchmark circuits which are designed using gate level modeling. The number of primary inputs and outputs of the circuit to be tested determines the size of PRPG and MISR to be used in LBIST structure. to replace third party generated equivalent structures to study the performance characteristics. This paper presents an idea of designing every basic component in a Logic BIST reconfigurable to accept any number of inputs of any bit size. Modular form of PRPG and MISR is efficient in terms of performance and speed compared with other configurations like standard, Complete and Hybrid. The proposed reconfigurable designs were found to be efficient in terms of speed, area, and power on comparison with equivalent third party tool generated modules as shown in table VII. IV. SIMULATION AND SYNTHESIS RESULTS Different components of Logic BIST structure is designed in verilog HDL, simulated in Modelsim 6.5 RTL simulator and Xilinx ISE is the software tool used for FPGA synthesis. Encounter RTL compiler is the EDA tool used for the synthesis of the design in ASIC. Fig. 4. Fig. 5. N-bit Modular LFSR architecture N-bit Modular MISR architecture III. PROPOSED ARCHITECTURE OF LOGIC BIST This paper focuses on the design of a Programmable Logic BIST structure. Every element inside the structure is made reconfigurable so that any circuit with different inputs could be tested by the same built-in testing circuitry. Reconfigurable PRPG is designed by adding multiplexers into the basic design of LFSR having XOR gates and flipflops as the core components. Feedback polynomial decides the position of XOR gates in LFSR. Multiplexers enable the designer to feed any initial value called seed with the help of select signal called load. In the other case pseudo random patterns starting from the initial value are generated through shift operation. The size of PRPG can also be varied to meet the circuit features adding to its flexibility. Fig. 4. Shows the proposed architecture for reconfigurable PRPG. MISR can also be made programmable by modifying the LFSR structure by adding XOR gates at the input of every flip-flop depending on the primary outputs of CUT. Fig. 5. shows the proposed architecture for MISR. The signature value obtained is provided as one of the input to a reconfigurable comparator whose other input is the golden signature stored in programmable ROM. Comparator is designed to accept any bit size input, provided the two inputs are of the same number of bits. ROM is also made programmable to store required number of signature values based on the number of signature a fault-free version of the circuit under test could actually produce. PRPG and MISR modules thus designed were used A. Synthesis result in Xilinx ISE tool Synthesis of 48 bit PRPG and MISR in its various configurations were done are their results were analyzed in both Spartan 6 and spartan 3E FPGA. Analysis shows that modular form of PRPG and MISR have maximum operational frequency compared to standard, complete or hybrid structure for any bit configuration. ASIC synthesis of 16bit PRPG is shown in fig. 6. Fig. 7. and fig. 8. displays FPGA synthesis of 48 bit modular PRPG and programmable 16 bit ROM respectively. Table I. and Table II. highlights the parametric analysis results of 48 bit PRPG and MISR in Spartan 6 and Spartan3E respectively. Complete PRPG/MISR has least speed of execution due to more number of gates involved in its critical path. Hybrid form has comparable properties to that of Standard one. Comparator and ROM were designed for 16 and 32 bit. B. Synthesis results in RTL compiler ASIC synthesis of every design also proved that modular structure had maximum speed of execution of about 1.37 GHz and less switching power. Standard PRPG/MISR had less speed and greater area overhead compared to hybrid form. Complete structure due to more number of gates used for its implementation showed up highest area overhead. Hybrid form utilized lesser number of XOR gates owing to its structural property and thus had efficient gate utilization. Table III. and table IV. shows the synthesis results of 48 bit PRPG and MISR in RTL compiler respectively. Fig. 9. displays the synthesis results of 16 bit comparator in RTL compiler while fig. 10. shows the synthesis of 48 bit modular MISR in Spartan 3E FPGA. TABLE I. PARAMETER ANALYSIS FOR 48 BIT PRPG IN XILINX FPGA Parameters Spartan-3E Spartan-6 S M C H S M C H FF s LUTs Slices/LUT-FF Bonded IOBs GCLK/BUFGs Speed(GHz)

4 TABLE II. PARAMETER ANALYSIS FOR 48 BIT MISR IN XILINX FPGA Parameters Spartan-3E Spartan-6 S M C H S M C H FF LUTs Slices/LUT-FF Bonded IOBs BUFG/GCLKs Speed(GHz) S-Standard, M-Modular, C-Complete, H-Hybrid TABLE III. SYNTHESIS RESULTS OF 48 BIT PRPG IN RTL COMPILER Type of LFSR Size Area(nm 2 ) Mapped gates Power(nW) Speed(GHz) Standard Modular Complete Hybrid Fig. 8. FPGA Synthesis design of 16bit ROM TABLE IV. SYNTHESIS RESULTS OF 48 BIT MISR IN RTL COMPILER Type of LFSR Size Area(nm 2 ) Mapped gates Power(nW) Speed(GHz) Standard Modular Complete Hybrid Fig. 6. Schematic diagram of 16bit Modular PRPG in ASIC Synthesis Fig. 9. ASIC Synthesis design of 16bit Comparator Fig. 7. Technology Schematic of 48bit Modular PRPG in FPGA Fig. 10. Technology Schematic of 48bit Modular MISR in FPGA Logic BIST synthesis were done for the entire set of ISCAS-89 benchmark circuits for comparison of results and performance analysis. Table V explains the LBIST synthesis details while table VI highlights about the test and scan information s for these 27 circuits. V. CONCLUSION AND FUTURE SCOPE This paper presents a reconfigurable Logic BIST architecture where every component was designed to be programmable.

5 TABLE V. LOGIC BIST SYNTHESIS DETAILS OF DIFFERENT ISCAS-89 DESIGNS ISCAS PI PO Flip No of Scan Total Tested Test Design Flops scan chain Faults Faults coverage chains length S S S S S S S S S S S S S S S S S S S S S S S S S S S TABLE VI. TEST AND SCAN DETAILS IN LBIST FOR DIFFERENT ISCAS-89 DESIGNS ISCAS Test Scan Test Test Design Cycles Cycles Sequences coverage S S S S S S S S S S S S S S S S S S S S S S S S S S S This design thus ensures self-testing of any kind of circuitry with varying configurations. PRPG and MISR structures were made reconfigurable by adding multiplexers into its designs and providing flexibility in the position of tap insertions which determines the feedback polynomials and the patterns generated. For MISR, XOR gates were added to every flipflop inputs depending on the number of primary outputs of the CUT. Comparator and ROM were also designed to compare and store any number of inputs with varying size. TABLE VII. COMPARISON OF PERFORMANCE PARAMETERS BETWEEN THIRD PARTY GENERATED AND RECONFIGURABLE LOGIC BIST MODULES Design Area(nm 2 ) Power(nW) Speed(GHz) Original New Original New Original New Netlist Netlist Netlist Netlist Netlist Netlist s s s s s s s s s s s s s s s s s s s s s s s s s s s The analysis of this work shows that modular structure is efficient in terms of speed of execution and in gate utilization compared to other forms of Reconfigurable PRPG or MISR. The proposed PRPG and MISR design modules displayed better performance in terms of speed, area and power on comparison with the same structures generated by a third party tool. As future scope, ROM and Comparator modules of Logic BIST structure can also be reconfigured and replaced to analyze the performance variations in analogy with tool generated design equivalent. REFERENCES [1] Nagaraj s vannal, saroja v siddamal, shruti v bidaralli, mahalaxmi s bhille, Design and testing of combinational Logic circuits using built in self Test scheme for fpgas, 2015 fifth international conference on communication systems and network technologies, [2] Ramesh Bhakthavatchalu and M. Nirmala Devi, Crypto Keys Based Secure Access Control for JTAG and Logic BIST Architecture, International Journal of Engineering and Technology, vol. 7, no. 3, pp , [3] Ramesh Bhakthavatchalu, Deepthy G R, Sreenivasa Mallia S, HariKrishnan R, ArunKrishnan, Sruthi.B, 32-bit Reconfigurable Logic-BIST Design Using Verilog for ASIC Chips, Recent Advances in Intelligent Computational Systems (RAICS), pp , [4] Xijiang Lin and Janusz Rajski, Adaptive Low Shift Power Test Pattern Generator for Logic BIST, 19th IEEE Asian Test Symposium, [5] Lei Li and Krishnendu Chakrabarty, Test Set Embedding for Deterministic BIST Using a Reconfigurable Interconnection Network, IEEE Transactions on computer-aided design of Integrated Circuits and Systems, vol. 23, no. 9, pp , [6] Peter Wohl, John A. Waicukauski, Sanjay Patel, Cy Hay, Emil Gizdarski, Ben Mathew, Hierarchical Compactor Design for Diagnosis in Deterministic Logic BIST, 23rd IEEE VLSI Test Symposium (VTS 05), 2005.

6 [7] Samir Palnitkar, Verilog HDL: A Guide to Digital Design and Synthesis, Prentice Hall PTR, One Lake Street, Upper Saddle River, United States of America, [8] Valarmathi Marudhai, Implementation of LFSR on ASIC, 2012 Annual IEEE India Conference (INDICON), pp , [9] P. Dhanesh, A Jayanth Balaji, Dual threshold bit-swapping LFSR for power reduction in BIST, Advanced Computing and Communication Systems, 2015 International Conference on, [10] Amit Kumar Panda, Praveena Rajput, Bhawna Shukla, FPGA Implementation of 8, 16 and 32 Bit LFSR with Maximum Length Feedback Polynomial Using VHDL, Communication Systems and Network Technologies (CSNT), 2012 International Conference on, pp , [11] Li-Ren Huang, Jing-Yang Jou, and Sy-Yen Kuo, Gauss-Elimination- Based Generation of Multiple Seed Polynomial Pairs for LFSR, IEEE Transactions on computer-aided design of Integrated Circuits and Systems, vol. 16, no. 9, September [12] feedback shift register. [13] Laung-Terng Wang, Cheng Wen Wu, Xiaoqing Wen, VLSI test principles and architectures, DESIGN FOR TESTABILITY, Morgan Kaufmann Publishers,United States of America, [14] Kazuhiko Iwasaki, Shou-Ping Feng, Tom Fujiwara and Tadao Kasami, Comparison of Aliasing Probability for Multiple MlSRs and M- stage MlSRs with m Inputs, IEEE TRANSACTlONS ON COMPUTER- AIDED DESIGN, pp , SEPTEMBER [15] Maurizio Damiani, Piero Olivo, Michele Favalli, Silvia Ercolani, and Bruno Ricco, Aliasing in Signature Analysis Testing with Multiple Input Shift Registers, IEEE TRANSACTlONS ON COMPUTER-AIDED DESIGN, vol. 9, no. 12, pp , DECEMBER [16] Ramesh Bhakthavatchalu, Sreeja Krishnan, Vineeth V, Nirmala Devi M., Deterministic Seed Selection and Pattern Reduction in Logic BIST, VLSI Design and Test, 18th International Symposium on, 2014.

Design and Implementation OF Logic-BIST Architecture for I2C Slave VLSI ASIC Design Using Verilog

Design and Implementation OF Logic-BIST Architecture for I2C Slave VLSI ASIC Design Using Verilog Design and Implementation OF Logic-BIST Architecture for I2C Slave VLSI ASIC Design Using Verilog 1 Manish J Patel, 2 Nehal Parmar, 3 Vishwas Chaudhari 1, 2, 3 PG Students (VLSI & ESD) Gujarat Technological

More information

VLSI System Testing. BIST Motivation

VLSI System Testing. BIST Motivation ECE 538 VLSI System Testing Krish Chakrabarty Built-In Self-Test (BIST): ECE 538 Krish Chakrabarty BIST Motivation Useful for field test and diagnosis (less expensive than a local automatic test equipment)

More information

Bit Swapping LFSR and its Application to Fault Detection and Diagnosis Using FPGA

Bit Swapping LFSR and its Application to Fault Detection and Diagnosis Using FPGA Bit Swapping LFSR and its Application to Fault Detection and Diagnosis Using FPGA M.V.M.Lahari 1, M.Mani Kumari 2 1,2 Department of ECE, GVPCEOW,Visakhapatnam. Abstract The increasing growth of sub-micron

More information

Available online at ScienceDirect. Procedia Computer Science 46 (2015 ) Aida S Tharakan a *, Binu K Mathew b

Available online at  ScienceDirect. Procedia Computer Science 46 (2015 ) Aida S Tharakan a *, Binu K Mathew b Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 46 (2015 ) 1409 1416 International Conference on Information and Communication Technologies (ICICT 2014) Design and Implementation

More information

VLSI Test Technology and Reliability (ET4076)

VLSI Test Technology and Reliability (ET4076) VLSI Test Technology and Reliability (ET476) Lecture 9 (2) Built-In-Self Test (Chapter 5) Said Hamdioui Computer Engineering Lab Delft University of Technology 29-2 Learning aims Describe the concept and

More information

DETERMINISTIC SEED RANGE AND TEST PATTERN DECREASE IN LOGIC BIST

DETERMINISTIC SEED RANGE AND TEST PATTERN DECREASE IN LOGIC BIST DETERMINISTIC SEED RANGE AND TEST PATTERN DECREASE IN LOGIC BIST PAVAN KUMAR GABBITI 1*, KATRAGADDA ANITHA 2* 1. Dept of ECE, Malineni Lakshmaiah Engineering College, Andhra Pradesh, India. Email Id :pavankumar.gabbiti11@gmail.com

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 9, September ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 9, September ISSN International Journal of Scientific & Engineering Research, Volume 5, Issue 9, September-2014 917 The Power Optimization of Linear Feedback Shift Register Using Fault Coverage Circuits K.YARRAYYA1, K CHITAMBARA

More information

ECE 715 System on Chip Design and Test. Lecture 22

ECE 715 System on Chip Design and Test. Lecture 22 ECE 75 System on Chip Design and Test Lecture 22 Response Compaction Severe amounts of data in CUT response to LFSR patterns example: Generate 5 million random patterns CUT has 2 outputs Leads to: 5 million

More information

Synthesis Techniques for Pseudo-Random Built-In Self-Test Based on the LFSR

Synthesis Techniques for Pseudo-Random Built-In Self-Test Based on the LFSR Volume 01, No. 01 www.semargroups.org Jul-Dec 2012, P.P. 67-74 Synthesis Techniques for Pseudo-Random Built-In Self-Test Based on the LFSR S.SRAVANTHI 1, C. HEMASUNDARA RAO 2 1 M.Tech Student of CMRIT,

More information

TEST PATTERN GENERATION USING PSEUDORANDOM BIST

TEST PATTERN GENERATION USING PSEUDORANDOM BIST TEST PATTERN GENERATION USING PSEUDORANDOM BIST GaneshBabu.J 1, Radhika.P 2 PG Student [VLSI], Dept. of ECE, SRM University, Chennai, Tamilnadu, India 1 Assistant Professor [O.G], Dept. of ECE, SRM University,

More information

Design of Fault Coverage Test Pattern Generator Using LFSR

Design of Fault Coverage Test Pattern Generator Using LFSR Design of Fault Coverage Test Pattern Generator Using LFSR B.Saritha M.Tech Student, Department of ECE, Dhruva Institue of Engineering & Technology. Abstract: A new fault coverage test pattern generator

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY Tarannum Pathan,, 2013; Volume 1(8):655-662 INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK VLSI IMPLEMENTATION OF 8, 16 AND 32

More information

[Krishna*, 4.(12): December, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Krishna*, 4.(12): December, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY DESIGN AND IMPLEMENTATION OF BIST TECHNIQUE IN UART SERIAL COMMUNICATION M.Hari Krishna*, P.Pavan Kumar * Electronics and Communication

More information

Implementation of BIST Test Generation Scheme based on Single and Programmable Twisted Ring Counters

Implementation of BIST Test Generation Scheme based on Single and Programmable Twisted Ring Counters IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684, p-issn: 2320-334X Implementation of BIST Test Generation Scheme based on Single and Programmable Twisted Ring Counters N.Dilip

More information

Overview: Logic BIST

Overview: Logic BIST VLSI Design Verification and Testing Built-In Self-Test (BIST) - 2 Mohammad Tehranipoor Electrical and Computer Engineering University of Connecticut 23 April 2007 1 Overview: Logic BIST Motivation Built-in

More information

Using on-chip Test Pattern Compression for Full Scan SoC Designs

Using on-chip Test Pattern Compression for Full Scan SoC Designs Using on-chip Test Pattern Compression for Full Scan SoC Designs Helmut Lang Senior Staff Engineer Jens Pfeiffer CAD Engineer Jeff Maguire Principal Staff Engineer Motorola SPS, System-on-a-Chip Design

More information

Y. Tsiatouhas. VLSI Systems and Computer Architecture Lab. Built-In Self Test 2

Y. Tsiatouhas. VLSI Systems and Computer Architecture Lab. Built-In Self Test 2 CMOS INTEGRATE CIRCUIT ESIGN TECHNIUES University of Ioannina Built In Self Test (BIST) ept. of Computer Science and Engineering Y. Tsiatouhas CMOS Integrated Circuit esign Techniques VLSI Systems and

More information

Design of Test Circuits for Maximum Fault Coverage by Using Different Techniques

Design of Test Circuits for Maximum Fault Coverage by Using Different Techniques Design of Test Circuits for Maximum Fault Coverage by Using Different Techniques Akkala Suvarna Ratna M.Tech (VLSI & ES), Department of ECE, Sri Vani School of Engineering, Vijayawada. Abstract: A new

More information

VHDL Implementation of Logic BIST (Built In Self Test) Architecture for Multiplier Circuit for High Test Coverage in VLSI Chips

VHDL Implementation of Logic BIST (Built In Self Test) Architecture for Multiplier Circuit for High Test Coverage in VLSI Chips VHDL Implementation of Logic BIST (Built In Self Test) Architecture for Multiplier Circuit for High Test Coverage in VLSI Chips Pushpraj Singh Tanwar, Priyanka Shrivastava Assistant professor, Dept. of

More information

Design of BIST with Low Power Test Pattern Generator

Design of BIST with Low Power Test Pattern Generator IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 4, Issue 5, Ver. II (Sep-Oct. 2014), PP 30-39 e-issn: 2319 4200, p-issn No. : 2319 4197 Design of BIST with Low Power Test Pattern Generator

More information

LFSRs as Functional Blocks in Wireless Applications Author: Stephen Lim and Andy Miller

LFSRs as Functional Blocks in Wireless Applications Author: Stephen Lim and Andy Miller XAPP22 (v.) January, 2 R Application Note: Virtex Series, Virtex-II Series and Spartan-II family LFSRs as Functional Blocks in Wireless Applications Author: Stephen Lim and Andy Miller Summary Linear Feedback

More information

Design for Test. Design for test (DFT) refers to those design techniques that make test generation and test application cost-effective.

Design for Test. Design for test (DFT) refers to those design techniques that make test generation and test application cost-effective. Design for Test Definition: Design for test (DFT) refers to those design techniques that make test generation and test application cost-effective. Types: Design for Testability Enhanced access Built-In

More information

This Chapter describes the concepts of scan based testing, issues in testing, need

This Chapter describes the concepts of scan based testing, issues in testing, need Chapter 2 AT-SPEED TESTING AND LOGIC BUILT IN SELF TEST 2.1 Introduction This Chapter describes the concepts of scan based testing, issues in testing, need for logic BIST and trends in VLSI testing. Scan

More information

Name of the Department where Registered : Electronics and Communication Engineering

Name of the Department where Registered : Electronics and Communication Engineering Title of the Thesis Name of the Student : A RECONFIGURABLE LOGIC BIST ARCHITECTURE FOR SECURE TESTING OF VLSI CIRCUITS : Ramesh Bhakthavatchalu Year of Registration : 2009 Name of the Department where

More information

Jin-Fu Li Advanced Reliable Systems (ARES) Laboratory. National Central University

Jin-Fu Li Advanced Reliable Systems (ARES) Laboratory. National Central University Chapter 3 Basics of VLSI Testing (2) Jin-Fu Li Advanced Reliable Systems (ARES) Laboratory Department of Electrical Engineering National Central University Jhongli, Taiwan Outline Testing Process Fault

More information

Diagnosis of Resistive open Fault using Scan Based Techniques

Diagnosis of Resistive open Fault using Scan Based Techniques Diagnosis of Resistive open Fault using Scan Based Techniques 1 Mr. A. Muthu Krishnan. M.E., (Ph.D), 2. G. Chandra Theepa Assistant Professor 1, PG Scholar 2,Dept. of ECE, Regional Office, Anna University,

More information

A Novel Low Power pattern Generation Technique for Concurrent Bist Architecture

A Novel Low Power pattern Generation Technique for Concurrent Bist Architecture A Novel Low Power pattern Generation Technique for Concurrent Bist Architecture Y. Balasubrahamanyam, G. Leenendra Chowdary, T.J.V.S.Subrahmanyam Research Scholar, Dept. of ECE, Sasi institute of Technology

More information

Implementation of UART with BIST Technique

Implementation of UART with BIST Technique Implementation of UART with BIST Technique Mr.S.N.Shettennavar 1, Mr.B.N.Sachidanand 2, Mr.D.K.Gupta 3, Mr.V.M.Metigoudar 4 1, 2, 3,4Assistant Professor, Dept. of Electronics Engineering, DKTE s Textile

More information

VLSI Technology used in Auto-Scan Delay Testing Design For Bench Mark Circuits

VLSI Technology used in Auto-Scan Delay Testing Design For Bench Mark Circuits VLSI Technology used in Auto-Scan Delay Testing Design For Bench Mark Circuits N.Brindha, A.Kaleel Rahuman ABSTRACT: Auto scan, a design for testability (DFT) technique for synchronous sequential circuits.

More information

CMOS Testing-2. Design for testability (DFT) Design and Test Flow: Old View Test was merely an afterthought. Specification. Design errors.

CMOS Testing-2. Design for testability (DFT) Design and Test Flow: Old View Test was merely an afterthought. Specification. Design errors. Design and test CMOS Testing- Design for testability (DFT) Scan design Built-in self-test IDDQ testing ECE 261 Krish Chakrabarty 1 Design and Test Flow: Old View Test was merely an afterthought Specification

More information

Design and Implementation of Uart with Bist for Low Power Dissipation Using Lp-Tpg

Design and Implementation of Uart with Bist for Low Power Dissipation Using Lp-Tpg IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 6, Issue 3, Ver. II (May. -Jun. 2016), PP 26-31 e-issn: 2319 4200, p-issn No. : 2319 4197 www.iosrjournals.org Design and Implementation of

More information

IMPLEMENTATION OF X-FACTOR CIRCUITRY IN DECOMPRESSOR ARCHITECTURE

IMPLEMENTATION OF X-FACTOR CIRCUITRY IN DECOMPRESSOR ARCHITECTURE IMPLEMENTATION OF X-FACTOR CIRCUITRY IN DECOMPRESSOR ARCHITECTURE SATHISHKUMAR.K #1, SARAVANAN.S #2, VIJAYSAI. R #3 School of Computing, M.Tech VLSI design, SASTRA University Thanjavur, Tamil Nadu, 613401,

More information

for Digital IC's Design-for-Test and Embedded Core Systems Alfred L. Crouch Prentice Hall PTR Upper Saddle River, NJ

for Digital IC's Design-for-Test and Embedded Core Systems Alfred L. Crouch Prentice Hall PTR Upper Saddle River, NJ Design-for-Test for Digital IC's and Embedded Core Systems Alfred L. Crouch Prentice Hall PTR Upper Saddle River, NJ 07458 www.phptr.com ISBN D-13-DflMfla7-l : Ml H Contents Preface Acknowledgments Introduction

More information

Instructions. Final Exam CPSC/ELEN 680 December 12, Name: UIN:

Instructions. Final Exam CPSC/ELEN 680 December 12, Name: UIN: Final Exam CPSC/ELEN 680 December 12, 2005 Name: UIN: Instructions This exam is closed book. Provide brief but complete answers to the following questions in the space provided, using figures as necessary.

More information

Implementation and Analysis of Area Efficient Architectures for CSLA by using CLA

Implementation and Analysis of Area Efficient Architectures for CSLA by using CLA Volume-6, Issue-3, May-June 2016 International Journal of Engineering and Management Research Page Number: 753-757 Implementation and Analysis of Area Efficient Architectures for CSLA by using CLA Anshu

More information

SIC Vector Generation Using Test per Clock and Test per Scan

SIC Vector Generation Using Test per Clock and Test per Scan International Journal of Emerging Engineering Research and Technology Volume 2, Issue 8, November 2014, PP 84-89 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) SIC Vector Generation Using Test per Clock

More information

LFSR Counter Implementation in CMOS VLSI

LFSR Counter Implementation in CMOS VLSI LFSR Counter Implementation in CMOS VLSI Doshi N. A., Dhobale S. B., and Kakade S. R. Abstract As chip manufacturing technology is suddenly on the threshold of major evaluation, which shrinks chip in size

More information

I. INTRODUCTION. S Ramkumar. D Punitha

I. INTRODUCTION. S Ramkumar. D Punitha Efficient Test Pattern Generator for BIST Using Multiple Single Input Change Vectors D Punitha Master of Engineering VLSI Design Sethu Institute of Technology Kariapatti, Tamilnadu, 626106 India punithasuresh3555@gmail.com

More information

Design of BIST Enabled UART with MISR

Design of BIST Enabled UART with MISR International Journal of Emerging Engineering Research and Technology Volume 3, Issue 8, August 2015, PP 85-89 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) ABSTRACT Design of BIST Enabled UART with

More information

Design and Implementation of Encoder for (15, k) Binary BCH Code Using VHDL

Design and Implementation of Encoder for (15, k) Binary BCH Code Using VHDL Design and Implementation of Encoder for (15, k) Binary BCH Code Using VHDL K. Rajani *, C. Raju ** *M.Tech, Department of ECE, G. Pullaiah College of Engineering and Technology, Kurnool **Assistant Professor,

More information

Research Article Ring Counter Based ATPG for Low Transition Test Pattern Generation

Research Article Ring Counter Based ATPG for Low Transition Test Pattern Generation e Scientific World Journal Volume 205, Article ID 72965, 6 pages http://dx.doi.org/0.55/205/72965 Research Article Ring Counter Based ATPG for Low Transition Test Pattern Generation V. M. Thoulath Begam

More information

Power Optimization of Linear Feedback Shift Register (LFSR) using Power Gating

Power Optimization of Linear Feedback Shift Register (LFSR) using Power Gating Power Optimization of Linear Feedback Shift Register (LFSR) using Rebecca Angela Fernandes 1, Niju Rajan 2 1Student, Dept. of E&C Engineering, N.M.A.M Institute of Technology, Karnataka, India 2Assistant

More information

CPE 628 Chapter 5 Logic Built-In Self-Test. Dr. Rhonda Kay Gaede UAH. UAH Chapter Introduction

CPE 628 Chapter 5 Logic Built-In Self-Test. Dr. Rhonda Kay Gaede UAH. UAH Chapter Introduction Chapter 5 Logic Built-In Self-Test Dr. Rhonda Kay Gaede UAH 1 5.1 Introduction Introduce the basic concepts of BIST BIST Rules Test pattern generation and output techniques Fault Coverage Various BIST

More information

Department of Electrical and Computer Engineering University of Wisconsin Madison. Fall Final Examination CLOSED BOOK

Department of Electrical and Computer Engineering University of Wisconsin Madison. Fall Final Examination CLOSED BOOK Department of Electrical and Computer Engineering University of Wisconsin Madison Fall 2014-2015 Final Examination CLOSED BOOK Kewal K. Saluja Date: December 14, 2014 Place: Room 3418 Engineering Hall

More information

LOW-OVERHEAD BUILT-IN BIST RESEEDING

LOW-OVERHEAD BUILT-IN BIST RESEEDING LOW-OVERHEA BUILT-IN BIST RESEEING Ahmad A. Al-Yamani and Edward J. McCluskey Center for Reliable Computing, Stanford University {alyamani, ejm@crc.stanford.edu} Abstract Reseeding is used to improve fault

More information

Low Transition Test Pattern Generator Architecture for Built-in-Self-Test

Low Transition Test Pattern Generator Architecture for Built-in-Self-Test American Journal of Applied Sciences 9 (9): 1396-1406, 2012 ISSN 1546-9239 2012 Science Publication Low Transition Test Pattern Generator Architecture for Built-in-Self-Test 1 Sakthivel, P., 2 A. NirmalKumar

More information

A Novel Method for UVM & BIST Using Low Power Test Pattern Generator

A Novel Method for UVM & BIST Using Low Power Test Pattern Generator A Novel Method for UVM & BIST Using Low Power Test Pattern Generator Boggarapu Kantha Rao 1 ; Ch.swathi 2 & Dr. Murali Malijeddi 3 1 HOD &Assoc Prof, Medha Institute of Science and Technology for Women

More information

Comparative Analysis of Stein s. and Euclid s Algorithm with BIST for GCD Computations. 1. Introduction

Comparative Analysis of Stein s. and Euclid s Algorithm with BIST for GCD Computations. 1. Introduction IJCSN International Journal of Computer Science and Network, Vol 2, Issue 1, 2013 97 Comparative Analysis of Stein s and Euclid s Algorithm with BIST for GCD Computations 1 Sachin D.Kohale, 2 Ratnaprabha

More information

Built-In Self-Test (BIST) Abdil Rashid Mohamed, Embedded Systems Laboratory (ESLAB) Linköping University, Sweden

Built-In Self-Test (BIST) Abdil Rashid Mohamed, Embedded Systems Laboratory (ESLAB) Linköping University, Sweden Built-In Self-Test (BIST) Abdil Rashid Mohamed, abdmo@ida ida.liu.se Embedded Systems Laboratory (ESLAB) Linköping University, Sweden Introduction BIST --> Built-In Self Test BIST - part of the circuit

More information

A Modified Design of Test Pattern Generator for Built-In-Self- Test Applications

A Modified Design of Test Pattern Generator for Built-In-Self- Test Applications RESEARCH ARTICLE OPEN ACCESS A Modified Design of Test Pattern Generator for Built-In-Self- Test Applications Bharti Mishra*, Dr. Rita Jain** *(Department of Electronics and Communication Engineering,

More information

A New Approach to Design Fault Coverage Circuit with Efficient Hardware Utilization for Testing Applications

A New Approach to Design Fault Coverage Circuit with Efficient Hardware Utilization for Testing Applications A New Approach to Design Fault Coverage Circuit with Efficient Hardware Utilization for Testing Applications S. Krishna Chaitanya Department of Electronics & Communication Engineering, Hyderabad Institute

More information

Low Transition-Generalized Linear Feedback Shift Register Based Test Pattern Generator Architecture for Built-in-Self-Test

Low Transition-Generalized Linear Feedback Shift Register Based Test Pattern Generator Architecture for Built-in-Self-Test Journal of Computer Science 8 (6): 815-81, 01 ISSN 1549-3636 01 Science Publications Low Transition-Generalized Linear Feedback Shift Register Based Test Pattern Generator Architecture for Built-in-Self-Test

More information

Analysis of Low Power Test Pattern Generator by Using Low Power Linear Feedback Shift Register (LP-LFSR)

Analysis of Low Power Test Pattern Generator by Using Low Power Linear Feedback Shift Register (LP-LFSR) Analysis of Low Power Test Pattern Generator by Using Low Power Linear Feedback Shift Register (LP-LFSR) Nelli Shireesha 1, Katakam Divya 2 1 MTech Student, Dept of ECE, SR Engineering College, Warangal,

More information

The main design objective in adder design are area, speed and power. Carry Select Adder (CSLA) is one of the fastest

The main design objective in adder design are area, speed and power. Carry Select Adder (CSLA) is one of the fastest ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com IMPLEMENTATION OF FAST SQUARE ROOT SELECT WITH LOW POWER CONSUMPTION V.Elanangai*, Dr. K.Vasanth Department of

More information

Logic Design for Single On-Chip Test Clock Generation for N Clock Domain - Impact on SOC Area and Test Quality

Logic Design for Single On-Chip Test Clock Generation for N Clock Domain - Impact on SOC Area and Test Quality and Communication Technology (IJRECT 6) Vol. 3, Issue 3 July - Sept. 6 ISSN : 38-965 (Online) ISSN : 39-33 (Print) Logic Design for Single On-Chip Test Clock Generation for N Clock Domain - Impact on SOC

More information

Test Pattern Generation Using BIST Schemes

Test Pattern Generation Using BIST Schemes Test Pattern Generation Using BIST Schemes M. Guru Ramalingam 1, Dr.P.Veena 2, Dr.R.Jeyabharath 3 PG Scholar, K S R Institute for Engineering and Technology, Tamilnadu, India 1 Professor, K S R Institute

More information

Changing the Scan Enable during Shift

Changing the Scan Enable during Shift Changing the Scan Enable during Shift Nodari Sitchinava* Samitha Samaranayake** Rohit Kapur* Emil Gizdarski* Fredric Neuveux* T. W. Williams* * Synopsys Inc., 700 East Middlefield Road, Mountain View,

More information

Fpga Implementation of Low Complexity Test Circuits Using Shift Registers

Fpga Implementation of Low Complexity Test Circuits Using Shift Registers Fpga Implementation of Low Complexity Test Circuits Using Shift Registers Mohammed Yasir, Shameer.S (M.Tech in Applied Electronics,MG University College Of Engineering,Muttom,Kerala,India) (M.Tech in Applied

More information

Testing Digital Systems II

Testing Digital Systems II Testing Digital Systems II Lecture 5: Built-in Self Test (I) Instructor: M. Tahoori Copyright 2010, M. Tahoori TDS II: Lecture 5 1 Outline Introduction (Lecture 5) Test Pattern Generation (Lecture 5) Pseudo-Random

More information

VLSI Design Verification and Test BIST II CMPE 646 Space Compaction Multiple Outputs We need to treat the general case of a k-output circuit.

VLSI Design Verification and Test BIST II CMPE 646 Space Compaction Multiple Outputs We need to treat the general case of a k-output circuit. Space Compaction Multiple Outputs We need to treat the general case of a k-output circuit. Test Set L m CUT k LFSR There are several possibilities: Multiplex the k outputs of the CUT. M 1 P(X)=X 4 +X+1

More information

Weighted Random and Transition Density Patterns For Scan-BIST

Weighted Random and Transition Density Patterns For Scan-BIST Weighted Random and Transition Density Patterns For Scan-BIST Farhana Rashid Intel Corporation 1501 S. Mo-Pac Expressway, Suite 400 Austin, TX 78746 USA Email: farhana.rashid@intel.com Vishwani Agrawal

More information

OF AN ADVANCED LUT METHODOLOGY BASED FIR FILTER DESIGN PROCESS

OF AN ADVANCED LUT METHODOLOGY BASED FIR FILTER DESIGN PROCESS IMPLEMENTATION OF AN ADVANCED LUT METHODOLOGY BASED FIR FILTER DESIGN PROCESS 1 G. Sowmya Bala 2 A. Rama Krishna 1 PG student, Dept. of ECM. K.L.University, Vaddeswaram, A.P, India, 2 Assistant Professor,

More information

LUT Optimization for Memory Based Computation using Modified OMS Technique

LUT Optimization for Memory Based Computation using Modified OMS Technique LUT Optimization for Memory Based Computation using Modified OMS Technique Indrajit Shankar Acharya & Ruhan Bevi Dept. of ECE, SRM University, Chennai, India E-mail : indrajitac123@gmail.com, ruhanmady@yahoo.co.in

More information

An optimized implementation of 128 bit carry select adder using binary to excess-one converter for delay reduction and area efficiency

An optimized implementation of 128 bit carry select adder using binary to excess-one converter for delay reduction and area efficiency Journal From the SelectedWorks of Journal December, 2014 An optimized implementation of 128 bit carry select adder using binary to excess-one converter for delay reduction and area efficiency P. Manga

More information

Scan. This is a sample of the first 15 pages of the Scan chapter.

Scan. This is a sample of the first 15 pages of the Scan chapter. Scan This is a sample of the first 15 pages of the Scan chapter. Note: The book is NOT Pinted in color. Objectives: This section provides: An overview of Scan An introduction to Test Sequences and Test

More information

Final Exam CPSC/ECEN 680 May 2, Name: UIN:

Final Exam CPSC/ECEN 680 May 2, Name: UIN: Final Exam CPSC/ECEN 680 May 2, 2008 Name: UIN: Instructions This exam is closed book. Provide brief but complete answers to the following questions in the space provided, using figures as necessary. Show

More information

LFSR TEST PATTERN FOR FAULT DETECTION AND DIAGNOSIS FOR FPGA CLB CELLS

LFSR TEST PATTERN FOR FAULT DETECTION AND DIAGNOSIS FOR FPGA CLB CELLS LFSR TEST PATTERN FOR FAULT DETECTION AND DIAGNOSIS FOR FPGA CLB CELLS Fazal Noorbasha, K. Harikishore, Ch. Hemanth, A. Sivasairam, V. Vijaya Raju Department of ECE, KL University, Vaddeswaram, Guntur

More information

Power Problems in VLSI Circuit Testing

Power Problems in VLSI Circuit Testing Power Problems in VLSI Circuit Testing Farhana Rashid and Vishwani D. Agrawal Auburn University Department of Electrical and Computer Engineering 200 Broun Hall, Auburn, AL 36849 USA fzr0001@tigermail.auburn.edu,

More information

DESIGN OF RANDOM TESTING CIRCUIT BASED ON LFSR FOR THE EXTERNAL MEMORY INTERFACE

DESIGN OF RANDOM TESTING CIRCUIT BASED ON LFSR FOR THE EXTERNAL MEMORY INTERFACE DESIGN OF RANDOM TESTING CIRCUIT BASED ON LFSR FOR THE EXTERNAL MEMORY INTERFACE Mohammed Gazi.J 1, Abdul Mubeen Mohammed 2 1 M.Tech. 2 BE, MS(IT), AMISTE ABSTRACT In the design of a SOC system, random

More information

Test Pattern Generator (TPG) for Low Power Logic Built In Self Test (BIST )

Test Pattern Generator (TPG) for Low Power Logic Built In Self Test (BIST ) Test Pattern Generator (TPG) for Low Power Logic Built In Self Test (BIST ) Sabir Hussain 1 K Padma Priya 2 Asst.Prof, Dept of ECE, MJ college of Engineering and Technology, Osmania University, Hyderabad,India

More information

Based on slides/material by. Topic 14. Testing. Testing. Logic Verification. Recommended Reading:

Based on slides/material by. Topic 14. Testing. Testing. Logic Verification. Recommended Reading: Based on slides/material by Topic 4 Testing Peter Y. K. Cheung Department of Electrical & Electronic Engineering Imperial College London!! K. Masselos http://cas.ee.ic.ac.uk/~kostas!! J. Rabaey http://bwrc.eecs.berkeley.edu/classes/icbook/instructors.html

More information

Lecture 23 Design for Testability (DFT): Full-Scan (chapter14)

Lecture 23 Design for Testability (DFT): Full-Scan (chapter14) Lecture 23 Design for Testability (DFT): Full-Scan (chapter14) Definition Ad-hoc methods Scan design Design rules Scan register Scan flip-flops Scan test sequences Overheads Scan design system Summary

More information

ISSN (c) MIT Publications

ISSN (c) MIT Publications MIT International Journal of Electronics and Communication Engineering, Vol. 2, No. 2, Aug. 2012, pp. (83-88) 83 BIST- Built in Self Test A Testing Technique Alpana Singh MIT, Moradabad, UP, INDIA Email:

More information

Low Power Illinois Scan Architecture for Simultaneous Power and Test Data Volume Reduction

Low Power Illinois Scan Architecture for Simultaneous Power and Test Data Volume Reduction Low Illinois Scan Architecture for Simultaneous and Test Data Volume Anshuman Chandra, Felix Ng and Rohit Kapur Synopsys, Inc., 7 E. Middlefield Rd., Mountain View, CA Abstract We present Low Illinois

More information

Design of Low Power Efficient Viterbi Decoder

Design of Low Power Efficient Viterbi Decoder International Journal of Research Studies in Electrical and Electronics Engineering (IJRSEEE) Volume 2, Issue 2, 2016, PP 1-7 ISSN 2454-9436 (Online) DOI: http://dx.doi.org/10.20431/2454-9436.0202001 www.arcjournals.org

More information

Optimization of Multi-Channel BCH Error Decoding for Common Cases. Russell Dill Master's Thesis Defense April 20, 2015

Optimization of Multi-Channel BCH Error Decoding for Common Cases. Russell Dill Master's Thesis Defense April 20, 2015 Optimization of Multi-Channel BCH Error Decoding for Common Cases Russell Dill Master's Thesis Defense April 20, 2015 Bose-Chaudhuri-Hocquenghem (BCH) BCH is an Error Correcting Code (ECC) and is used

More information

Testing Sequential Logic. CPE/EE 428/528 VLSI Design II Intro to Testing (Part 2) Testing Sequential Logic (cont d) Testing Sequential Logic (cont d)

Testing Sequential Logic. CPE/EE 428/528 VLSI Design II Intro to Testing (Part 2) Testing Sequential Logic (cont d) Testing Sequential Logic (cont d) Testing Sequential Logic CPE/EE 428/528 VLSI Design II Intro to Testing (Part 2) Electrical and Computer Engineering University of Alabama in Huntsville In general, much more difficult than testing combinational

More information

128 BIT CARRY SELECT ADDER USING BINARY TO EXCESS-ONE CONVERTER FOR DELAY REDUCTION AND AREA EFFICIENCY

128 BIT CARRY SELECT ADDER USING BINARY TO EXCESS-ONE CONVERTER FOR DELAY REDUCTION AND AREA EFFICIENCY 128 BIT CARRY SELECT ADDER USING BINARY TO EXCESS-ONE CONVERTER FOR DELAY REDUCTION AND AREA EFFICIENCY 1 Mrs.K.K. Varalaxmi, M.Tech, Assoc. Professor, ECE Department, 1varuhello@Gmail.Com 2 Shaik Shamshad

More information

GLFSR-Based Test Processor Employing Mixed-Mode Approach in IC Testing

GLFSR-Based Test Processor Employing Mixed-Mode Approach in IC Testing ULAB JOURNAL OF SCIENCE AND ENGINEERING VOL. 3, NO. 1, NOVEMBER 2012 (ISSN: 2079-4398) 30 GLFSR-Based Test Processor Employing Mixed-Mode Approach in IC Testing Mohammod Akbar Kabir, Md. Nasim Adnan, Lutful

More information

FPGA Implementation of Low Power Self Testable MIPS Processor

FPGA Implementation of Low Power Self Testable MIPS Processor American-Eurasian Journal of Scientific Research 12 (3): 135-144, 2017 ISSN 1818-6785 IDOSI Publications, 2017 DOI: 10.5829/idosi.aejsr.2017.135.144 FPGA Implementation of Low Power Self Testable MIPS

More information

E-Learning Tools for Teaching Self-Test of Digital Electronics

E-Learning Tools for Teaching Self-Test of Digital Electronics E-Learning Tools for Teaching Self-Test of Digital Electronics A. Jutman 1, E. Gramatova 2, T. Pikula 2, R. Ubar 1 1 Tallinn University of Technology, Raja 15, 12618 Tallinn, Estonia 2 Institute of Informatics,

More information

Performance Evolution of 16 Bit Processor in FPGA using State Encoding Techniques

Performance Evolution of 16 Bit Processor in FPGA using State Encoding Techniques Performance Evolution of 16 Bit Processor in FPGA using State Encoding Techniques Madhavi Anupoju 1, M. Sunil Prakash 2 1 M.Tech (VLSI) Student, Department of Electronics & Communication Engineering, MVGR

More information

Low Power Approach of Clock Gating in Synchronous System like FIFO: A Novel Clock Gating Approach and Comparative Analysis

Low Power Approach of Clock Gating in Synchronous System like FIFO: A Novel Clock Gating Approach and Comparative Analysis Low Power Approach of Clock Gating in Synchronous System like FIFO: A Novel Clock Gating Approach and Comparative Analysis Abstract- A new technique of clock is presented to reduce dynamic power consumption.

More information

Lecture 23 Design for Testability (DFT): Full-Scan

Lecture 23 Design for Testability (DFT): Full-Scan Lecture 23 Design for Testability (DFT): Full-Scan (Lecture 19alt in the Alternative Sequence) Definition Ad-hoc methods Scan design Design rules Scan register Scan flip-flops Scan test sequences Overheads

More information

ISSN:

ISSN: 427 AN EFFICIENT 64-BIT CARRY SELECT ADDER WITH REDUCED AREA APPLICATION CH PALLAVI 1, VSWATHI 2 1 II MTech, Chadalawada Ramanamma Engg College, Tirupati 2 Assistant Professor, DeptofECE, CREC, Tirupati

More information

Lecture 18 Design For Test (DFT)

Lecture 18 Design For Test (DFT) Lecture 18 Design For Test (DFT) Xuan Silvia Zhang Washington University in St. Louis http://classes.engineering.wustl.edu/ese461/ ASIC Test Two Stages Wafer test, one die at a time, using probe card production

More information

LOW TRANSITION TEST PATTERN GENERATOR ARCHITECTURE FOR MIXED MODE BUILT-IN-SELF-TEST (BIST)

LOW TRANSITION TEST PATTERN GENERATOR ARCHITECTURE FOR MIXED MODE BUILT-IN-SELF-TEST (BIST) LOW TRANSITION TEST PATTERN GENERATOR ARCHITECTURE FOR MIXED MODE BUILT-IN-SELF-TEST (BIST) P. Sakthivel 1, K. Nirmal Kumar, T. Mayilsamy 3 1 Department of Electrical and Electronics Engg., Velalar College

More information

Design and Implementation of Partial Reconfigurable Fir Filter Using Distributed Arithmetic Architecture

Design and Implementation of Partial Reconfigurable Fir Filter Using Distributed Arithmetic Architecture Design and Implementation of Partial Reconfigurable Fir Filter Using Distributed Arithmetic Architecture Vinaykumar Bagali 1, Deepika S Karishankari 2 1 Asst Prof, Electrical and Electronics Dept, BLDEA

More information

Implementation of High Speed Adder using DLATCH

Implementation of High Speed Adder using DLATCH International Journal of Emerging Engineering Research and Technology Volume 3, Issue 12, December 2015, PP 162-172 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Implementation of High Speed Adder using

More information

Design and FPGA Implementation of 100Gbit/s Scrambler Architectures for OTN Protocol Chethan Kumar M 1, Praveen Kumar Y G 2, Dr. M. Z. Kurian 3.

Design and FPGA Implementation of 100Gbit/s Scrambler Architectures for OTN Protocol Chethan Kumar M 1, Praveen Kumar Y G 2, Dr. M. Z. Kurian 3. International Journal of Computer Engineering and Applications, Volume VI, Issue II, May 14 www.ijcea.com ISSN 2321 3469 Design and FPGA Implementation of 100Gbit/s Scrambler Architectures for OTN Protocol

More information

DESIGN OF TEST PATTERN OF MULTIPLE SIC VECTORS FROM LOW POWER LFSR THEORY AND APPLICATIONS IN BIST SCHEMES

DESIGN OF TEST PATTERN OF MULTIPLE SIC VECTORS FROM LOW POWER LFSR THEORY AND APPLICATIONS IN BIST SCHEMES DESIGN OF TEST PATTERN OF MULTIPLE SIC VECTORS FROM LOW POWER LFSR THEORY AND APPLICATIONS IN BIST SCHEMES P. SANTHAMMA, T.S. GHOUSE BASHA, B.DEEPASREE ABSTRACT--- BUILT-IN SELF-TEST (BIST) techniques

More information

Chapter 5. Logic Built-In Self-Test. VLSI EE141 Test Principles and Architectures Ch. 5 - Logic BIST - P. 1

Chapter 5. Logic Built-In Self-Test. VLSI EE141 Test Principles and Architectures Ch. 5 - Logic BIST - P. 1 Chapter 5 Logic Built-In Self-Test VLSI EE141 Test Principles and Architectures Ch. 5 - Logic BIST - P. 1 1 What is this chapter about? Introduce the basic concepts of logic BIST BIST Design Rules Test

More information

Why FPGAs? FPGA Overview. Why FPGAs?

Why FPGAs? FPGA Overview. Why FPGAs? Transistor-level Logic Circuits Positive Level-sensitive EECS150 - Digital Design Lecture 3 - Field Programmable Gate Arrays (FPGAs) January 28, 2003 John Wawrzynek Transistor Level clk clk clk Positive

More information

Hardware Implementation of Viterbi Decoder for Wireless Applications

Hardware Implementation of Viterbi Decoder for Wireless Applications Hardware Implementation of Viterbi Decoder for Wireless Applications Bhupendra Singh 1, Sanjeev Agarwal 2 and Tarun Varma 3 Deptt. of Electronics and Communication Engineering, 1 Amity School of Engineering

More information

An Application Specific Reconfigurable Architecture Diagnosis Fault in the LUT of Cluster Based FPGA

An Application Specific Reconfigurable Architecture Diagnosis Fault in the LUT of Cluster Based FPGA An Application Specific Reconfigurable Architecture Diagnosis Fault in the LUT of Cluster Based FPGA Abstract: The increased circuit complexity of field programmable gate array (FPGA) poses a major challenge

More information

Objectives. Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath

Objectives. Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath Objectives Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath In the previous chapters we have studied how to develop a specification from a given application, and

More information

Efficient Test Pattern Generation Scheme with modified seed circuit.

Efficient Test Pattern Generation Scheme with modified seed circuit. Efficient Test Pattern Generation Scheme with modified seed circuit. PAYEL MUKHERJEE, Mrs. N.SARASWATHI Abstract This paper proposes a modified test pattern generator which produces single bit change vectors

More information

ISSN:

ISSN: 191 Low Power Test Pattern Generator Using LFSR and Single Input Changing Generator (SICG) for BIST Applications A K MOHANTY 1, B P SAHU 2, S S MAHATO 3 Department of Electronics and Communication Engineering,

More information

Implementation of Low Power and Area Efficient Carry Select Adder

Implementation of Low Power and Area Efficient Carry Select Adder International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 3 Issue 8 ǁ August 2014 ǁ PP.36-48 Implementation of Low Power and Area Efficient Carry Select

More information

Clock Gate Test Points

Clock Gate Test Points Clock Gate Test Points Narendra Devta-Prasanna and Arun Gunda LSI Corporation 5 McCarthy Blvd. Milpitas CA 9535, USA {narendra.devta-prasanna, arun.gunda}@lsi.com Abstract Clock gating is widely used in

More information