SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 593
TESTING OF MEMORY USING FRANKLIN METHOD
Mythri Myneni1
, Madhavi Mallam2
1,2
Assistant professor, DVR&Dr.HimaSekhar,MICcollegeof Technology, kanchikacherla
mythri.ece07@gmail.com and madhavi.418@gmail.com
Abstract
It is natural to be skeptical when someone says it is possible to determine the state-of-health of a complex integrated circuit with a
few simple tests. Justifiable doubt in the unfamiliar can be aided by experience and investment in a traditional approach [5]. So
only the process known as testing is involved after each and every design. Fault may occur even in the memory .So we are
going to test the memory in this paper by the most suitable method [4]. Therefore we are going to test the memory using one of the
pattern sensitivity test method i.e., Franklin method by Verilog approach [6]. The results obtained are in excellent agreement
with theoretical results.
Keywords: Memory, RAM, Pattern sensitivity test, Franklin Method, Verilog approach.
--------------------------------------------------------------------******-------------------------------------------------------------------
1. INTRODUCTION
The use of redundancy to increase the yield of random access
memories (RAM’s) has become very popular. State-of-the-art
memory chips are now invariably designed with spare rows
and spare columns. Once a memory chip is reconfigured,
physically adjacent cells in the spare rows and columns that
were brought in are very unlikely to have consecutive
logical addresses. Test algorithms used at the stages for the
detection of physical neighbourhood faults in these RAM
has to consider that the logical and physical neighbourhoods
of some of the cells are not identical’ [2]. A simple solution to
this problem might be to store the actual logical-to- physical
address mapping of the relevant memory cells for later
recall. In an external tester environment, the tester has to
derive the address mapping either by using post repair
diagnostic techniques such as signature and roll call [SI or
by using Stroboscopic Scanning Electron Microscopes
(SSEM) modify the test algorithm according to the mapping,
and then apply the test patterns[1]. In a Built-In Self-Test
(BIST) environment, the BIST logic either has to be modified
to incorporate the reconfiguration done to the RAM array, or
must have the means to determine the mapping. Either of
these solutions increases the complexity of the BIST logic[2].
To decrease the complexity of the design we are using the
Franklin and Saluja Method.
2. RAM CELL
Before embarking on the testing problem, we shall briefly
review the organization of RAM’s (in particular,
reconfigurable RAM’s), as it plays a major role in
determining the relationship between physical and logical
neighbourhoods. A RAM chip consists of memory cell
arrays, address decoders, address registers, data registers,
and read write logic [2]. The memory cells are physically
organized as a 2 x k 2-D grid of identical m x n 2-D arrays
of cells, as shown in Figure.2.1
Fig: 2.1: RAM cell
This type of partitioning is done to keep the active power,
peak currents, access times, and cycle times within
reasonable limits. By far, the most popular approach to
incorporate redundancy in RAM’s is to add spare rows
(word lines), spare columns (bit lines), or both for each
memory array. In some RAM’s, a spare row or column can
be shared by two or more arrays. In some others, rows or
columns cannot be replaced singly; instead, they must be
replaced in pairs, quads, or larger groups. Interested readers
are referred to [2], for further details of different
redundancy schemes and reconfiguration algorithms. When
a RAM chip is physically organized as a collection of
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 594
smaller arrays, cells and their contents in each of these
physical arrays are independent of the cells in the remaining
arrays. By assuming that no interaction can take place
between cells of different physical arrays, we need consider
only a 2- D physical array for modeling faults, allowing
each array tobe tested independently from the rest of the
chip. If spares are shared among a group of physical arrays,
then each such group of arrays must be tested as a single
unit to detect faults due to interactions between physically
adjacent spare rows (and columns)[2].
Fig: 2.2 : RAM
2.1. RAM Memory Cell:
As RAM density increases, PSF’s become the predominant
faults [9]. Moreover, other memory fault classes such as
shorts, stuck-at faults, and coupling faults can be regarded
as special types of PSF’s. Because testing for unrestricted
PSF’s is impractical, researchers have considered restricted
neighbourhoods, which assume interactions to be limited to
cells within certain physical proximity. These are called
physical neighbourhood PSF’s (PNPSFs). The most
frequently considered neighbourhood is the five-cell
physical neighborhood, in which the four physical neighbors
of a cell are often called N (North), E (East), W (West), and
S (South).
Static PSF (SPSF): In this fault model, a cell is said to be
faulty if its contents change when a certain pattern of 0’s
and -1’s exists in the neighborhood cells.
Dynamic PSF (DPSF): In this fault model, a cell is said to
be faulty if its state changes because of a change in its
neighbourhood pattern [2].
2.2. Partitioning and Testing of 8×8 RAM array
To apply the patterns, namely the patterns in which the N
and S physical neighbors of the cell have distinct values, we
consider all possible pairs of rows in the array as the N-S
neighbors, and initialize the rows in each pair to distinct
values. For identifying all pairs of rows, we use the
following partitioning technique. In a series of steps,
successively partition the set of rows into two; the partitions
at any step can be determined by a specific bit position in
the row address [6]. Thus, at the ith iteration, if the ith bit
position of a row's address is 0, then that row belongs to the
first partition of the RAM array for that step; if the bit is 1,
the row belongs to the second partition. The different
figures in Figure 2.1 show the partitioning steps for an 8
x 8 RAM array. This partitioning technique for
identifying all possible pairs of rows is similar to the one
presented for partitioning memory cells. After each
partitioning step, initialize the rows in the first partition to 0
and the rows in the second partition To apply the remaining
patterns, namely the patterns in which the N and S physical
neighbors of the cell have distinct values, we consider all
possible pairs of rows in the array as the N-S neighbors, and
initialize the rows in each pair to distinct values [2]. For
identifying all pairs of rows, we use the following
partitioning technique [4].
3. FRANKLIN METHOD
3.1 Pattern Sensitivity Faults
Testing is a process which includes test pattern generation,
test pattern application, and output evaluation. The capacity
of random-access memories chips enhances, thus increasing
the test time and cost; on the other hand, the density of
memory circuits grows, therefore more failure modes and
faults need to be taken into account in order to obtain a good
quality product. he quality of a test set depends on its fault
coverage (FC) as well as its size. With the increase in
memory density, neighbourhood pattern sensitive faults
(NPSFs) are not only an important fault model for DRAMs
but will also become so for SRAMs. RAM errors will
become more of a problem as memory sizes grow and
device geometry shrinks With the growing in memory
density and the shrinking into design rule, neighbourhood
pattern sensitive faults (NPSFs) are becoming more and
more important. Though previously proposed patterns for
NPSFs have sufficient fault coverage, the complexity of
those requires long test time. These are common in high
density RAMs. Before designing a test it's wise to consider
exactly what kinds of failures may occur. Contents of
memory cell are affected by contents of neighbouring cells.
Common in memory cells of high density RAMs. Detected
with specific memory test algorithms.
3.2 Franklin and Saluja algorithm:
Franklin and Saluja in presented algorithms that test
reconfigured RAM’s and scrambled address RAM’s for
five-cell and nine-cell physical neighbourhood pattern
sensitive faults (PSF’s)[2]. Those algorithms require O (N
[10g3N14) reads and writes to test an N-bit RAM array.
Furthermore, those algorithms are not simple enough to
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 595
allow easy BIST implementations. We can easily understand
the Franklin Method by the following procedure.
Assume the RAM memory cell as portioned rows and
columns as follows:
Columns 0 1 2 3
Rows
0 1 1 1 1
1 1 1 1 1
2 1 1 1 1
3 1 1 1 1
First change the 3rd column
Columns 0 1 2 3
Rows
0 1 1 1 0
1 1 1 1 0
2 1 1 1 0
3 1 1 1 0
Then change the 0th row
Columns 0 1 2 3
Rows
0 0 0 0 1
1 1 1 1 0
2 1 1 1 0
3 1 1 1 0
Then change the 2nd column
Columns 0 1 2 3
Rows
0 0 0 1 1
1 1 1 0 0
2 1 1 0 0
3 1 1 0 0
Then change the 1st row
Columns 0 1 2 3
Rows
0 0 0 1 1
1 0 0 1 1
2 1 1 0 0
3 1 1 0 0
Then change the 1st column
Columns 0 1 2 3
Rows
0 0 0 1 1
1 1 1 0 0
2 1 1 0 0
3 1 1 0 0
Continue this till 0th column so after 3rd
row
We will get the answer as follows:
Columns 0 1 2 3
Rows
0 0 0 0 1
1 0 0 0 1
2 0 0 0 1
3 0 0 0 1
Like this we need to continue till 1st column and
changing all the rows [4].
And finally if we change the 0th column we will get
the same answer.
i.e.
Columns 0 1 2 3
Rows
0 1 1 1 1
1 1 1 1 1
2 1 1 1 1
3 1 1 1 1
Suppose if there is any fault in any of the row or column it
may be 0.So by observing the rows and coloumns we can
say where the fault occurs.This is one of the way to identify
the fault by using Franklin and Saluja method.
4. RESULTS
4.1.RAM(FIFO) Without Fault:
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 596
4.2. RAM (FIFO) With Fault:
CONCLUSIONS
In this work, we have succeeded in generating Structural
test data from HDL functional descriptions of a memory cell
(RAM). The proposed technique is based on a software
testing technique: Franklin and Saluja Method [4].High low-
level fault coverage can be achieved with short high-level
test sequences but further investigations should improve the
current results. Even if our study was initially limited to a
given type of memory cell, the first results obtained,
whatever the number of fault sequences or the fault
coverage, encourage us to apply our approach to other types
of memory cells. We can eliminate the maximum number of
faults being occurred in the device as the memory is tested.
REFERENCES
[1] Richard A. DeMillo, Aditya P. Mathur, and W.Eric
Wong. “Some Critical Remarks on a Hierarchy of Fault-
Detecting Abilities of Test Methods” IEEE
TRANSACTIONS ON SOFTWARE ENGINEERING,VOL.
21, NO. 10, OCTOBER 1995.
[2] Manoj Franklin and Kewal K.Saluja.“Reconfigured
RAM’s and Scrambled RAM’s for Pattern Sensitive Faults.”
[3] Michael J. Liebelt “Detecting Exitory Stuck-At Faults in
Semi modular asynchronous Circuits”.
IEEE TRANSACTIONS ON COMPUTERS, VOL.48,
NO.4,APRIL 1999.
[4] Parag K. Lala. “An Introduction to Logic Circuit
Testing”.Editor: Mitchell Thornton,Southern Methodist
University.Morgan & Claypool Publishers,2009.
[5] M. Abramovici, M.A. Breuer, and A.D.
Friedman,Digital Systems Testing and Testable Design,
IEEE,1990.
[6] R.Leveugle. “Fault Injection in VHDL Descriptions and
Emulation”. TIMA Laboratory.

Weitere ähnliche Inhalte

Was ist angesagt?

Dynamic thresholding on speech segmentation
Dynamic thresholding on speech segmentationDynamic thresholding on speech segmentation
Dynamic thresholding on speech segmentationeSAT Publishing House
 
Design and Implementation of Multistage Interconnection Networks for SoC Netw...
Design and Implementation of Multistage Interconnection Networks for SoC Netw...Design and Implementation of Multistage Interconnection Networks for SoC Netw...
Design and Implementation of Multistage Interconnection Networks for SoC Netw...IJCSEIT Journal
 
CSC 347 – Computer Hardware and Maintenance
CSC 347 – Computer Hardware and MaintenanceCSC 347 – Computer Hardware and Maintenance
CSC 347 – Computer Hardware and MaintenanceSumaiya Ismail
 
A NEW INTERCONNECTION TOPOLOGY FOR NETWORK ON CHIP
A NEW INTERCONNECTION TOPOLOGY FOR NETWORK ON CHIPA NEW INTERCONNECTION TOPOLOGY FOR NETWORK ON CHIP
A NEW INTERCONNECTION TOPOLOGY FOR NETWORK ON CHIPIJCNCJournal
 
Fessant aknin oukhellou_midenet_2001:comparison_of_supervised_self_organizing...
Fessant aknin oukhellou_midenet_2001:comparison_of_supervised_self_organizing...Fessant aknin oukhellou_midenet_2001:comparison_of_supervised_self_organizing...
Fessant aknin oukhellou_midenet_2001:comparison_of_supervised_self_organizing...ArchiLab 7
 
A Review of Image Classification Techniques
A Review of Image Classification TechniquesA Review of Image Classification Techniques
A Review of Image Classification TechniquesIRJET Journal
 
Operating Task Redistribution in Hyperconverged Networks
Operating Task Redistribution in Hyperconverged Networks Operating Task Redistribution in Hyperconverged Networks
Operating Task Redistribution in Hyperconverged Networks IJECEIAES
 
Machine Learning Algorithms for Image Classification of Hand Digits and Face ...
Machine Learning Algorithms for Image Classification of Hand Digits and Face ...Machine Learning Algorithms for Image Classification of Hand Digits and Face ...
Machine Learning Algorithms for Image Classification of Hand Digits and Face ...IRJET Journal
 
Efficiency of Nearest Neighbour Balanced Block Designs for Second Order Corre...
Efficiency of Nearest Neighbour Balanced Block Designs for Second Order Corre...Efficiency of Nearest Neighbour Balanced Block Designs for Second Order Corre...
Efficiency of Nearest Neighbour Balanced Block Designs for Second Order Corre...IOSRJM
 
Ch 1-2 NN classifier
Ch 1-2 NN classifierCh 1-2 NN classifier
Ch 1-2 NN classifierZahra Amini
 
Pami meanshift
Pami meanshiftPami meanshift
Pami meanshiftirisshicat
 
INTRA BLOCK AND INTER BLOCK NEIGHBORING JOINT DENSITY BASED APPROACH FOR JPEG...
INTRA BLOCK AND INTER BLOCK NEIGHBORING JOINT DENSITY BASED APPROACH FOR JPEG...INTRA BLOCK AND INTER BLOCK NEIGHBORING JOINT DENSITY BASED APPROACH FOR JPEG...
INTRA BLOCK AND INTER BLOCK NEIGHBORING JOINT DENSITY BASED APPROACH FOR JPEG...ijsc
 
A review paper on memory fault models and test algorithms
A review paper on memory fault models and test algorithmsA review paper on memory fault models and test algorithms
A review paper on memory fault models and test algorithmsjournalBEEI
 

Was ist angesagt? (15)

Dynamic thresholding on speech segmentation
Dynamic thresholding on speech segmentationDynamic thresholding on speech segmentation
Dynamic thresholding on speech segmentation
 
Design and Implementation of Multistage Interconnection Networks for SoC Netw...
Design and Implementation of Multistage Interconnection Networks for SoC Netw...Design and Implementation of Multistage Interconnection Networks for SoC Netw...
Design and Implementation of Multistage Interconnection Networks for SoC Netw...
 
CSC 347 – Computer Hardware and Maintenance
CSC 347 – Computer Hardware and MaintenanceCSC 347 – Computer Hardware and Maintenance
CSC 347 – Computer Hardware and Maintenance
 
A NEW INTERCONNECTION TOPOLOGY FOR NETWORK ON CHIP
A NEW INTERCONNECTION TOPOLOGY FOR NETWORK ON CHIPA NEW INTERCONNECTION TOPOLOGY FOR NETWORK ON CHIP
A NEW INTERCONNECTION TOPOLOGY FOR NETWORK ON CHIP
 
Fessant aknin oukhellou_midenet_2001:comparison_of_supervised_self_organizing...
Fessant aknin oukhellou_midenet_2001:comparison_of_supervised_self_organizing...Fessant aknin oukhellou_midenet_2001:comparison_of_supervised_self_organizing...
Fessant aknin oukhellou_midenet_2001:comparison_of_supervised_self_organizing...
 
A Review of Image Classification Techniques
A Review of Image Classification TechniquesA Review of Image Classification Techniques
A Review of Image Classification Techniques
 
Operating Task Redistribution in Hyperconverged Networks
Operating Task Redistribution in Hyperconverged Networks Operating Task Redistribution in Hyperconverged Networks
Operating Task Redistribution in Hyperconverged Networks
 
Machine Learning Algorithms for Image Classification of Hand Digits and Face ...
Machine Learning Algorithms for Image Classification of Hand Digits and Face ...Machine Learning Algorithms for Image Classification of Hand Digits and Face ...
Machine Learning Algorithms for Image Classification of Hand Digits and Face ...
 
Efficiency of Nearest Neighbour Balanced Block Designs for Second Order Corre...
Efficiency of Nearest Neighbour Balanced Block Designs for Second Order Corre...Efficiency of Nearest Neighbour Balanced Block Designs for Second Order Corre...
Efficiency of Nearest Neighbour Balanced Block Designs for Second Order Corre...
 
Ch 1-2 NN classifier
Ch 1-2 NN classifierCh 1-2 NN classifier
Ch 1-2 NN classifier
 
Pami meanshift
Pami meanshiftPami meanshift
Pami meanshift
 
INTRA BLOCK AND INTER BLOCK NEIGHBORING JOINT DENSITY BASED APPROACH FOR JPEG...
INTRA BLOCK AND INTER BLOCK NEIGHBORING JOINT DENSITY BASED APPROACH FOR JPEG...INTRA BLOCK AND INTER BLOCK NEIGHBORING JOINT DENSITY BASED APPROACH FOR JPEG...
INTRA BLOCK AND INTER BLOCK NEIGHBORING JOINT DENSITY BASED APPROACH FOR JPEG...
 
A review paper on memory fault models and test algorithms
A review paper on memory fault models and test algorithmsA review paper on memory fault models and test algorithms
A review paper on memory fault models and test algorithms
 
Ax24329333
Ax24329333Ax24329333
Ax24329333
 
Deep learning and its applications in biomedicine
Deep learning and its applications in biomedicineDeep learning and its applications in biomedicine
Deep learning and its applications in biomedicine
 

Andere mochten auch

Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...eSAT Publishing House
 
Gesture control algorithm for personal computers
Gesture control algorithm for personal computersGesture control algorithm for personal computers
Gesture control algorithm for personal computerseSAT Publishing House
 
Experimental evaluation of performance of electrical
Experimental evaluation of performance of electricalExperimental evaluation of performance of electrical
Experimental evaluation of performance of electricaleSAT Publishing House
 
Moderate quality of voice transmission using 8 bit micro-controller through z...
Moderate quality of voice transmission using 8 bit micro-controller through z...Moderate quality of voice transmission using 8 bit micro-controller through z...
Moderate quality of voice transmission using 8 bit micro-controller through z...eSAT Publishing House
 
A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...eSAT Publishing House
 
Structural evaluation of low volume road pavements using pavement dynamic con...
Structural evaluation of low volume road pavements using pavement dynamic con...Structural evaluation of low volume road pavements using pavement dynamic con...
Structural evaluation of low volume road pavements using pavement dynamic con...eSAT Publishing House
 
Classification accuracy of sar images for various land
Classification accuracy of sar images for various landClassification accuracy of sar images for various land
Classification accuracy of sar images for various landeSAT Publishing House
 
Optimization and implementation of parallel squarer
Optimization and implementation of parallel squarerOptimization and implementation of parallel squarer
Optimization and implementation of parallel squarereSAT Publishing House
 
Analysis and implementation of modified k medoids
Analysis and implementation of modified k medoidsAnalysis and implementation of modified k medoids
Analysis and implementation of modified k medoidseSAT Publishing House
 
Seismic behavior of intake tower of dam
Seismic behavior of intake tower of damSeismic behavior of intake tower of dam
Seismic behavior of intake tower of dameSAT Publishing House
 
Vibration analysis of a torpedo battery tray using fea
Vibration analysis of a torpedo battery tray using feaVibration analysis of a torpedo battery tray using fea
Vibration analysis of a torpedo battery tray using feaeSAT Publishing House
 
Static analysis of c s short cylindrical shell under internal liquid pressure...
Static analysis of c s short cylindrical shell under internal liquid pressure...Static analysis of c s short cylindrical shell under internal liquid pressure...
Static analysis of c s short cylindrical shell under internal liquid pressure...eSAT Publishing House
 
Three dimensional finite element modeling of pervious
Three dimensional finite element modeling of perviousThree dimensional finite element modeling of pervious
Three dimensional finite element modeling of perviouseSAT Publishing House
 
No sql databases new millennium database for big data, big users, cloud compu...
No sql databases new millennium database for big data, big users, cloud compu...No sql databases new millennium database for big data, big users, cloud compu...
No sql databases new millennium database for big data, big users, cloud compu...eSAT Publishing House
 
Optimization of energy in public buildings
Optimization of energy in public buildingsOptimization of energy in public buildings
Optimization of energy in public buildingseSAT Publishing House
 
A novel token based approach towards packet loss
A novel token based approach towards packet lossA novel token based approach towards packet loss
A novel token based approach towards packet losseSAT Publishing House
 
Matlab based comparative studies on selected mppt
Matlab based comparative studies on selected mpptMatlab based comparative studies on selected mppt
Matlab based comparative studies on selected mppteSAT Publishing House
 
Design and development of fall detector using fall
Design and development of fall detector using fallDesign and development of fall detector using fall
Design and development of fall detector using falleSAT Publishing House
 
Information security by biometric waterking
Information security by biometric waterkingInformation security by biometric waterking
Information security by biometric waterkingeSAT Publishing House
 
Finite element analysis of dissimilar welding between
Finite element analysis of dissimilar welding betweenFinite element analysis of dissimilar welding between
Finite element analysis of dissimilar welding betweeneSAT Publishing House
 

Andere mochten auch (20)

Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...
 
Gesture control algorithm for personal computers
Gesture control algorithm for personal computersGesture control algorithm for personal computers
Gesture control algorithm for personal computers
 
Experimental evaluation of performance of electrical
Experimental evaluation of performance of electricalExperimental evaluation of performance of electrical
Experimental evaluation of performance of electrical
 
Moderate quality of voice transmission using 8 bit micro-controller through z...
Moderate quality of voice transmission using 8 bit micro-controller through z...Moderate quality of voice transmission using 8 bit micro-controller through z...
Moderate quality of voice transmission using 8 bit micro-controller through z...
 
A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...
 
Structural evaluation of low volume road pavements using pavement dynamic con...
Structural evaluation of low volume road pavements using pavement dynamic con...Structural evaluation of low volume road pavements using pavement dynamic con...
Structural evaluation of low volume road pavements using pavement dynamic con...
 
Classification accuracy of sar images for various land
Classification accuracy of sar images for various landClassification accuracy of sar images for various land
Classification accuracy of sar images for various land
 
Optimization and implementation of parallel squarer
Optimization and implementation of parallel squarerOptimization and implementation of parallel squarer
Optimization and implementation of parallel squarer
 
Analysis and implementation of modified k medoids
Analysis and implementation of modified k medoidsAnalysis and implementation of modified k medoids
Analysis and implementation of modified k medoids
 
Seismic behavior of intake tower of dam
Seismic behavior of intake tower of damSeismic behavior of intake tower of dam
Seismic behavior of intake tower of dam
 
Vibration analysis of a torpedo battery tray using fea
Vibration analysis of a torpedo battery tray using feaVibration analysis of a torpedo battery tray using fea
Vibration analysis of a torpedo battery tray using fea
 
Static analysis of c s short cylindrical shell under internal liquid pressure...
Static analysis of c s short cylindrical shell under internal liquid pressure...Static analysis of c s short cylindrical shell under internal liquid pressure...
Static analysis of c s short cylindrical shell under internal liquid pressure...
 
Three dimensional finite element modeling of pervious
Three dimensional finite element modeling of perviousThree dimensional finite element modeling of pervious
Three dimensional finite element modeling of pervious
 
No sql databases new millennium database for big data, big users, cloud compu...
No sql databases new millennium database for big data, big users, cloud compu...No sql databases new millennium database for big data, big users, cloud compu...
No sql databases new millennium database for big data, big users, cloud compu...
 
Optimization of energy in public buildings
Optimization of energy in public buildingsOptimization of energy in public buildings
Optimization of energy in public buildings
 
A novel token based approach towards packet loss
A novel token based approach towards packet lossA novel token based approach towards packet loss
A novel token based approach towards packet loss
 
Matlab based comparative studies on selected mppt
Matlab based comparative studies on selected mpptMatlab based comparative studies on selected mppt
Matlab based comparative studies on selected mppt
 
Design and development of fall detector using fall
Design and development of fall detector using fallDesign and development of fall detector using fall
Design and development of fall detector using fall
 
Information security by biometric waterking
Information security by biometric waterkingInformation security by biometric waterking
Information security by biometric waterking
 
Finite element analysis of dissimilar welding between
Finite element analysis of dissimilar welding betweenFinite element analysis of dissimilar welding between
Finite element analysis of dissimilar welding between
 

Ähnlich wie Testing of memory using franklin method

Testing nanometer memories: a review of architectures, applications, and chal...
Testing nanometer memories: a review of architectures, applications, and chal...Testing nanometer memories: a review of architectures, applications, and chal...
Testing nanometer memories: a review of architectures, applications, and chal...IJECEIAES
 
Low power sram cell with improved response
Low power sram cell with improved responseLow power sram cell with improved response
Low power sram cell with improved responseeSAT Publishing House
 
Support Vector Machine Optimal Kernel Selection
Support Vector Machine Optimal Kernel SelectionSupport Vector Machine Optimal Kernel Selection
Support Vector Machine Optimal Kernel SelectionIRJET Journal
 
Implementation of FSM-MBIST and Design of Hybrid MBIST for Memory cluster in ...
Implementation of FSM-MBIST and Design of Hybrid MBIST for Memory cluster in ...Implementation of FSM-MBIST and Design of Hybrid MBIST for Memory cluster in ...
Implementation of FSM-MBIST and Design of Hybrid MBIST for Memory cluster in ...Editor IJCATR
 
A Built In Self-Test and Repair Analyser for Embedded Memories
A Built In Self-Test and Repair Analyser for Embedded MemoriesA Built In Self-Test and Repair Analyser for Embedded Memories
A Built In Self-Test and Repair Analyser for Embedded MemoriesIJSRD
 
Architecture and implementation issues of multi core processors and caching –...
Architecture and implementation issues of multi core processors and caching –...Architecture and implementation issues of multi core processors and caching –...
Architecture and implementation issues of multi core processors and caching –...eSAT Publishing House
 
Fault model analysis by parasitic extraction method for embedded sram
Fault model analysis by parasitic extraction method for embedded sramFault model analysis by parasitic extraction method for embedded sram
Fault model analysis by parasitic extraction method for embedded srameSAT Publishing House
 
Fault model analysis by parasitic extraction method for embedded sram
Fault model analysis by parasitic extraction method for embedded sramFault model analysis by parasitic extraction method for embedded sram
Fault model analysis by parasitic extraction method for embedded srameSAT Journals
 
SVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONS
SVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONSSVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONS
SVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONSijscmcj
 
SPARSE STORAGE RECOMMENDATION SYSTEM FOR SPARSE MATRIX VECTOR MULTIPLICATION ...
SPARSE STORAGE RECOMMENDATION SYSTEM FOR SPARSE MATRIX VECTOR MULTIPLICATION ...SPARSE STORAGE RECOMMENDATION SYSTEM FOR SPARSE MATRIX VECTOR MULTIPLICATION ...
SPARSE STORAGE RECOMMENDATION SYSTEM FOR SPARSE MATRIX VECTOR MULTIPLICATION ...IAEME Publication
 
fast publication journals
fast publication journalsfast publication journals
fast publication journalsrikaseorika
 
Redundant Actor Based Multi-Hole Healing System for Mobile Sensor Networks
Redundant Actor Based Multi-Hole Healing System for Mobile Sensor NetworksRedundant Actor Based Multi-Hole Healing System for Mobile Sensor Networks
Redundant Actor Based Multi-Hole Healing System for Mobile Sensor NetworksEditor IJCATR
 
A review on energy efficient clustering routing
A review on energy efficient clustering routingA review on energy efficient clustering routing
A review on energy efficient clustering routingeSAT Publishing House
 
Fpga based low power and high performance address generator for wimax deinter...
Fpga based low power and high performance address generator for wimax deinter...Fpga based low power and high performance address generator for wimax deinter...
Fpga based low power and high performance address generator for wimax deinter...eSAT Journals
 
Fpga based low power and high performance address
Fpga based low power and high performance addressFpga based low power and high performance address
Fpga based low power and high performance addresseSAT Publishing House
 
Low power sram design using block partitioning
Low power sram design using block partitioningLow power sram design using block partitioning
Low power sram design using block partitioningeSAT Publishing House
 
Low power sram design using block partitioning
Low power sram design using block partitioningLow power sram design using block partitioning
Low power sram design using block partitioningeSAT Journals
 
An octa core processor with shared memory and message-passing
An octa core processor with shared memory and message-passingAn octa core processor with shared memory and message-passing
An octa core processor with shared memory and message-passingeSAT Journals
 

Ähnlich wie Testing of memory using franklin method (20)

Testing nanometer memories: a review of architectures, applications, and chal...
Testing nanometer memories: a review of architectures, applications, and chal...Testing nanometer memories: a review of architectures, applications, and chal...
Testing nanometer memories: a review of architectures, applications, and chal...
 
Low power sram cell with improved response
Low power sram cell with improved responseLow power sram cell with improved response
Low power sram cell with improved response
 
Support Vector Machine Optimal Kernel Selection
Support Vector Machine Optimal Kernel SelectionSupport Vector Machine Optimal Kernel Selection
Support Vector Machine Optimal Kernel Selection
 
Implementation of FSM-MBIST and Design of Hybrid MBIST for Memory cluster in ...
Implementation of FSM-MBIST and Design of Hybrid MBIST for Memory cluster in ...Implementation of FSM-MBIST and Design of Hybrid MBIST for Memory cluster in ...
Implementation of FSM-MBIST and Design of Hybrid MBIST for Memory cluster in ...
 
A Built In Self-Test and Repair Analyser for Embedded Memories
A Built In Self-Test and Repair Analyser for Embedded MemoriesA Built In Self-Test and Repair Analyser for Embedded Memories
A Built In Self-Test and Repair Analyser for Embedded Memories
 
Architecture and implementation issues of multi core processors and caching –...
Architecture and implementation issues of multi core processors and caching –...Architecture and implementation issues of multi core processors and caching –...
Architecture and implementation issues of multi core processors and caching –...
 
Fault model analysis by parasitic extraction method for embedded sram
Fault model analysis by parasitic extraction method for embedded sramFault model analysis by parasitic extraction method for embedded sram
Fault model analysis by parasitic extraction method for embedded sram
 
Fault model analysis by parasitic extraction method for embedded sram
Fault model analysis by parasitic extraction method for embedded sramFault model analysis by parasitic extraction method for embedded sram
Fault model analysis by parasitic extraction method for embedded sram
 
SVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONS
SVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONSSVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONS
SVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONS
 
Ijaret 06 07_003
Ijaret 06 07_003Ijaret 06 07_003
Ijaret 06 07_003
 
SPARSE STORAGE RECOMMENDATION SYSTEM FOR SPARSE MATRIX VECTOR MULTIPLICATION ...
SPARSE STORAGE RECOMMENDATION SYSTEM FOR SPARSE MATRIX VECTOR MULTIPLICATION ...SPARSE STORAGE RECOMMENDATION SYSTEM FOR SPARSE MATRIX VECTOR MULTIPLICATION ...
SPARSE STORAGE RECOMMENDATION SYSTEM FOR SPARSE MATRIX VECTOR MULTIPLICATION ...
 
Kj2417641769
Kj2417641769Kj2417641769
Kj2417641769
 
fast publication journals
fast publication journalsfast publication journals
fast publication journals
 
Redundant Actor Based Multi-Hole Healing System for Mobile Sensor Networks
Redundant Actor Based Multi-Hole Healing System for Mobile Sensor NetworksRedundant Actor Based Multi-Hole Healing System for Mobile Sensor Networks
Redundant Actor Based Multi-Hole Healing System for Mobile Sensor Networks
 
A review on energy efficient clustering routing
A review on energy efficient clustering routingA review on energy efficient clustering routing
A review on energy efficient clustering routing
 
Fpga based low power and high performance address generator for wimax deinter...
Fpga based low power and high performance address generator for wimax deinter...Fpga based low power and high performance address generator for wimax deinter...
Fpga based low power and high performance address generator for wimax deinter...
 
Fpga based low power and high performance address
Fpga based low power and high performance addressFpga based low power and high performance address
Fpga based low power and high performance address
 
Low power sram design using block partitioning
Low power sram design using block partitioningLow power sram design using block partitioning
Low power sram design using block partitioning
 
Low power sram design using block partitioning
Low power sram design using block partitioningLow power sram design using block partitioning
Low power sram design using block partitioning
 
An octa core processor with shared memory and message-passing
An octa core processor with shared memory and message-passingAn octa core processor with shared memory and message-passing
An octa core processor with shared memory and message-passing
 

Mehr von eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

Mehr von eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Kürzlich hochgeladen

Cost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionCost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionSneha Padhiar
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Romil Mishra
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxStephen Sitton
 
OOP concepts -in-Python programming language
OOP concepts -in-Python programming languageOOP concepts -in-Python programming language
OOP concepts -in-Python programming languageSmritiSharma901052
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESkarthi keyan
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating SystemRashmi Bhat
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Coursebim.edu.pl
 
Industrial Applications of Centrifugal Compressors
Industrial Applications of Centrifugal CompressorsIndustrial Applications of Centrifugal Compressors
Industrial Applications of Centrifugal CompressorsAlirezaBagherian3
 
Prach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism CommunityPrach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism Communityprachaibot
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHTEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHSneha Padhiar
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...Erbil Polytechnic University
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsResearcher Researcher
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdfHafizMudaserAhmad
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingBootNeck1
 
List of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfList of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfisabel213075
 
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书rnrncn29
 
signals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsignals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsapna80328
 

Kürzlich hochgeladen (20)

Cost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionCost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based question
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptx
 
OOP concepts -in-Python programming language
OOP concepts -in-Python programming languageOOP concepts -in-Python programming language
OOP concepts -in-Python programming language
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating System
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Course
 
Industrial Applications of Centrifugal Compressors
Industrial Applications of Centrifugal CompressorsIndustrial Applications of Centrifugal Compressors
Industrial Applications of Centrifugal Compressors
 
Prach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism CommunityPrach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism Community
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHTEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending Actuators
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event Scheduling
 
List of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfList of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdf
 
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
 
signals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsignals in triangulation .. ...Surveying
signals in triangulation .. ...Surveying
 

Testing of memory using franklin method

  • 1. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 593 TESTING OF MEMORY USING FRANKLIN METHOD Mythri Myneni1 , Madhavi Mallam2 1,2 Assistant professor, DVR&Dr.HimaSekhar,MICcollegeof Technology, kanchikacherla mythri.ece07@gmail.com and madhavi.418@gmail.com Abstract It is natural to be skeptical when someone says it is possible to determine the state-of-health of a complex integrated circuit with a few simple tests. Justifiable doubt in the unfamiliar can be aided by experience and investment in a traditional approach [5]. So only the process known as testing is involved after each and every design. Fault may occur even in the memory .So we are going to test the memory in this paper by the most suitable method [4]. Therefore we are going to test the memory using one of the pattern sensitivity test method i.e., Franklin method by Verilog approach [6]. The results obtained are in excellent agreement with theoretical results. Keywords: Memory, RAM, Pattern sensitivity test, Franklin Method, Verilog approach. --------------------------------------------------------------------******------------------------------------------------------------------- 1. INTRODUCTION The use of redundancy to increase the yield of random access memories (RAM’s) has become very popular. State-of-the-art memory chips are now invariably designed with spare rows and spare columns. Once a memory chip is reconfigured, physically adjacent cells in the spare rows and columns that were brought in are very unlikely to have consecutive logical addresses. Test algorithms used at the stages for the detection of physical neighbourhood faults in these RAM has to consider that the logical and physical neighbourhoods of some of the cells are not identical’ [2]. A simple solution to this problem might be to store the actual logical-to- physical address mapping of the relevant memory cells for later recall. In an external tester environment, the tester has to derive the address mapping either by using post repair diagnostic techniques such as signature and roll call [SI or by using Stroboscopic Scanning Electron Microscopes (SSEM) modify the test algorithm according to the mapping, and then apply the test patterns[1]. In a Built-In Self-Test (BIST) environment, the BIST logic either has to be modified to incorporate the reconfiguration done to the RAM array, or must have the means to determine the mapping. Either of these solutions increases the complexity of the BIST logic[2]. To decrease the complexity of the design we are using the Franklin and Saluja Method. 2. RAM CELL Before embarking on the testing problem, we shall briefly review the organization of RAM’s (in particular, reconfigurable RAM’s), as it plays a major role in determining the relationship between physical and logical neighbourhoods. A RAM chip consists of memory cell arrays, address decoders, address registers, data registers, and read write logic [2]. The memory cells are physically organized as a 2 x k 2-D grid of identical m x n 2-D arrays of cells, as shown in Figure.2.1 Fig: 2.1: RAM cell This type of partitioning is done to keep the active power, peak currents, access times, and cycle times within reasonable limits. By far, the most popular approach to incorporate redundancy in RAM’s is to add spare rows (word lines), spare columns (bit lines), or both for each memory array. In some RAM’s, a spare row or column can be shared by two or more arrays. In some others, rows or columns cannot be replaced singly; instead, they must be replaced in pairs, quads, or larger groups. Interested readers are referred to [2], for further details of different redundancy schemes and reconfiguration algorithms. When a RAM chip is physically organized as a collection of
  • 2. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 594 smaller arrays, cells and their contents in each of these physical arrays are independent of the cells in the remaining arrays. By assuming that no interaction can take place between cells of different physical arrays, we need consider only a 2- D physical array for modeling faults, allowing each array tobe tested independently from the rest of the chip. If spares are shared among a group of physical arrays, then each such group of arrays must be tested as a single unit to detect faults due to interactions between physically adjacent spare rows (and columns)[2]. Fig: 2.2 : RAM 2.1. RAM Memory Cell: As RAM density increases, PSF’s become the predominant faults [9]. Moreover, other memory fault classes such as shorts, stuck-at faults, and coupling faults can be regarded as special types of PSF’s. Because testing for unrestricted PSF’s is impractical, researchers have considered restricted neighbourhoods, which assume interactions to be limited to cells within certain physical proximity. These are called physical neighbourhood PSF’s (PNPSFs). The most frequently considered neighbourhood is the five-cell physical neighborhood, in which the four physical neighbors of a cell are often called N (North), E (East), W (West), and S (South). Static PSF (SPSF): In this fault model, a cell is said to be faulty if its contents change when a certain pattern of 0’s and -1’s exists in the neighborhood cells. Dynamic PSF (DPSF): In this fault model, a cell is said to be faulty if its state changes because of a change in its neighbourhood pattern [2]. 2.2. Partitioning and Testing of 8×8 RAM array To apply the patterns, namely the patterns in which the N and S physical neighbors of the cell have distinct values, we consider all possible pairs of rows in the array as the N-S neighbors, and initialize the rows in each pair to distinct values. For identifying all pairs of rows, we use the following partitioning technique. In a series of steps, successively partition the set of rows into two; the partitions at any step can be determined by a specific bit position in the row address [6]. Thus, at the ith iteration, if the ith bit position of a row's address is 0, then that row belongs to the first partition of the RAM array for that step; if the bit is 1, the row belongs to the second partition. The different figures in Figure 2.1 show the partitioning steps for an 8 x 8 RAM array. This partitioning technique for identifying all possible pairs of rows is similar to the one presented for partitioning memory cells. After each partitioning step, initialize the rows in the first partition to 0 and the rows in the second partition To apply the remaining patterns, namely the patterns in which the N and S physical neighbors of the cell have distinct values, we consider all possible pairs of rows in the array as the N-S neighbors, and initialize the rows in each pair to distinct values [2]. For identifying all pairs of rows, we use the following partitioning technique [4]. 3. FRANKLIN METHOD 3.1 Pattern Sensitivity Faults Testing is a process which includes test pattern generation, test pattern application, and output evaluation. The capacity of random-access memories chips enhances, thus increasing the test time and cost; on the other hand, the density of memory circuits grows, therefore more failure modes and faults need to be taken into account in order to obtain a good quality product. he quality of a test set depends on its fault coverage (FC) as well as its size. With the increase in memory density, neighbourhood pattern sensitive faults (NPSFs) are not only an important fault model for DRAMs but will also become so for SRAMs. RAM errors will become more of a problem as memory sizes grow and device geometry shrinks With the growing in memory density and the shrinking into design rule, neighbourhood pattern sensitive faults (NPSFs) are becoming more and more important. Though previously proposed patterns for NPSFs have sufficient fault coverage, the complexity of those requires long test time. These are common in high density RAMs. Before designing a test it's wise to consider exactly what kinds of failures may occur. Contents of memory cell are affected by contents of neighbouring cells. Common in memory cells of high density RAMs. Detected with specific memory test algorithms. 3.2 Franklin and Saluja algorithm: Franklin and Saluja in presented algorithms that test reconfigured RAM’s and scrambled address RAM’s for five-cell and nine-cell physical neighbourhood pattern sensitive faults (PSF’s)[2]. Those algorithms require O (N [10g3N14) reads and writes to test an N-bit RAM array. Furthermore, those algorithms are not simple enough to
  • 3. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 595 allow easy BIST implementations. We can easily understand the Franklin Method by the following procedure. Assume the RAM memory cell as portioned rows and columns as follows: Columns 0 1 2 3 Rows 0 1 1 1 1 1 1 1 1 1 2 1 1 1 1 3 1 1 1 1 First change the 3rd column Columns 0 1 2 3 Rows 0 1 1 1 0 1 1 1 1 0 2 1 1 1 0 3 1 1 1 0 Then change the 0th row Columns 0 1 2 3 Rows 0 0 0 0 1 1 1 1 1 0 2 1 1 1 0 3 1 1 1 0 Then change the 2nd column Columns 0 1 2 3 Rows 0 0 0 1 1 1 1 1 0 0 2 1 1 0 0 3 1 1 0 0 Then change the 1st row Columns 0 1 2 3 Rows 0 0 0 1 1 1 0 0 1 1 2 1 1 0 0 3 1 1 0 0 Then change the 1st column Columns 0 1 2 3 Rows 0 0 0 1 1 1 1 1 0 0 2 1 1 0 0 3 1 1 0 0 Continue this till 0th column so after 3rd row We will get the answer as follows: Columns 0 1 2 3 Rows 0 0 0 0 1 1 0 0 0 1 2 0 0 0 1 3 0 0 0 1 Like this we need to continue till 1st column and changing all the rows [4]. And finally if we change the 0th column we will get the same answer. i.e. Columns 0 1 2 3 Rows 0 1 1 1 1 1 1 1 1 1 2 1 1 1 1 3 1 1 1 1 Suppose if there is any fault in any of the row or column it may be 0.So by observing the rows and coloumns we can say where the fault occurs.This is one of the way to identify the fault by using Franklin and Saluja method. 4. RESULTS 4.1.RAM(FIFO) Without Fault:
  • 4. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 596 4.2. RAM (FIFO) With Fault: CONCLUSIONS In this work, we have succeeded in generating Structural test data from HDL functional descriptions of a memory cell (RAM). The proposed technique is based on a software testing technique: Franklin and Saluja Method [4].High low- level fault coverage can be achieved with short high-level test sequences but further investigations should improve the current results. Even if our study was initially limited to a given type of memory cell, the first results obtained, whatever the number of fault sequences or the fault coverage, encourage us to apply our approach to other types of memory cells. We can eliminate the maximum number of faults being occurred in the device as the memory is tested. REFERENCES [1] Richard A. DeMillo, Aditya P. Mathur, and W.Eric Wong. “Some Critical Remarks on a Hierarchy of Fault- Detecting Abilities of Test Methods” IEEE TRANSACTIONS ON SOFTWARE ENGINEERING,VOL. 21, NO. 10, OCTOBER 1995. [2] Manoj Franklin and Kewal K.Saluja.“Reconfigured RAM’s and Scrambled RAM’s for Pattern Sensitive Faults.” [3] Michael J. Liebelt “Detecting Exitory Stuck-At Faults in Semi modular asynchronous Circuits”. IEEE TRANSACTIONS ON COMPUTERS, VOL.48, NO.4,APRIL 1999. [4] Parag K. Lala. “An Introduction to Logic Circuit Testing”.Editor: Mitchell Thornton,Southern Methodist University.Morgan & Claypool Publishers,2009. [5] M. Abramovici, M.A. Breuer, and A.D. Friedman,Digital Systems Testing and Testable Design, IEEE,1990. [6] R.Leveugle. “Fault Injection in VHDL Descriptions and Emulation”. TIMA Laboratory.