SlideShare une entreprise Scribd logo
1  sur  62
PLA MINIMIZATION –FOLDING
&
PLA TESTING

Dr. Y. NARASIMHA MURTHY. Ph.D
SRI SAIBABA NATIONAL COLLEGE
(Autonomous)

ANANTAPUR-515001-A.P
yayavaram@yahoo.com

2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

1
Prologue- PLA
• PLA(Programmable Logic Array) is a
LSI based
(Large Scale Integration ) device and its
Field programmable version is called
FPLA.
• PLA is an array logic device with matrix
like structure which is designed to
implement random logic expressions in
sum of Product form(SOP).
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

2
Contd..

• The Programmable Logic Array (PLA) has a
very special structure for the design of both
combinational and sequential logic.
• They have been extensively used in
integrated circuit design, especially in
controller implementations.
• A PLA consists of a group of rows (carrying
each one a product term) and
columns
(corresponding to inputs and outputs). A logic
gate can be located at each intersection of a
row with a column
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

3
Contd..
• PLAs are used to implement control units of
CPUs, arithmetic circuits, decoders and finite
state machines (FSMs).
• PLAs can also be used to implement the "IFTHEN ELSE conditional statement" present in
programs written using hardware description
languages.
• They have been used in the design of an entire
Microprocessor, terminal control units, ALU
chips and other logic systems.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

4
Structure of a PLA
• PLAs are used to implement logic functions that
are given in the Sum-of-Products (SOP) form.
• A PLA is made up of two programmable planes,
called the AND-plane and the OR-plane.
• For every input signal, there is one column in the
AND-plane, and for every output signal, there is a
column in the OR-plane.
• Separate columns are assigned to the
complement and the un-complement input literals
in the AND plane
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

5
Diagram-PLA

2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

6
Schematic-BCD to Gray code converter

2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

7
ROM &PLA
• The internal organization of the PLA is different
from that of the ROM.
• ROM consists of a decoder at the input while it
is replaced with an AND array which realizes
selected product terms of the input variables.
• The basic difference is PLA implements a sumof-products expression, while a ROM directly
implements a truth table.

2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

8
PLA- OPTIMIZATION
• The major disadvantage of the PLA is that
most practical logic problems leave much PLA
area unused.
• A straight forward physical design results into
a significant waste of silicon area, which is
undesirable.
• Also, speed and power become critical
parameters as the size of the PLA increases

2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

9
Contd..

• The gate capacitances of the input signals
carried by long poly-silicon lines become the
key factor in determining the timing
(speed)performance.
• In moderate to large PLA’s, the poly-silicon
resistance becomes as important factor as the
capacitance.
• The signal is degraded with the large resistance added
to the line, no matter how large the drivers are.
Further, if the PLA becomes large, the width of the
power and the ground lines should also be increased
to avoid possible metal migration.
2/7/2014
Dr.Y.Narasimha Murthy .Ph.D
10
Contd..
• Due to the regular structure the PLA takes
more area (space) when implemented in a
VLSI chip than the Gate or Standard cell
circuits.
• To accommodate all components and modules
with in a small area (for area efficient design)
two important operations are used.
• One is the Minimization and the other is the
Folding of PLAs
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

11
Contd..
• This minimization techniques are based on
Boolean minimization algorithms , which
remove redundant product terms and
inturn decreases the PLA area.
• In the minimization process the functions
being implemented are reduced without
changing the input/output relationship, so
that the original PLA can be transformed
into a smaller one.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

12
Boolean Minimization Techniques
• One of the Boolean minimization techniques used
is to remove redundant product terms in the
personality matrix of a PLA and there by
removing the rows that implement these terms.

• Another Boolean minimization technique is to
determine if a term xf can be replaced by a
term f, where f is the product of some variables
other than x and covers more min-terms than
does xf.
• This technique is called raising of terms.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

13
Contd..
• With the advancements in VLSI ,the problem of
minimization has become more cumbersome, due
to increase in the number of variables.
• Hence most of the classical methods have become
almost outdated.
• The first cube based algorithm MINI
was
developed at IBM by Hong et al in 1974.
• Most extensively used PLA minimizer currently
available is ESPRESSO II ,developed at the
university of California-Berkeley by Brayton et al.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

14
Contd..

• The McBoole logic minimizer developed at
McGill university by Dagenais et al is based
on the Quine-McCluskey philosophy and
generates all the prime cubes.
• Another better multiple-output minimization
algorithm than ESPRESSO II and McBoole
in many PLAs has been developed at IISc,
Bngalore,India by Gurunath and Biswas in
1989.
• This algorithm is based on switching theoretic
concepts and is a fast technique for the
determination of essential prime cubes only.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

15
PLA Folding
• Folding
is
a
technologyindependent,
topological
minimization
technique, developed for array structures , that
attempts to place two or more input/output
(product term) signals together so that they can
share the same physical column (row).
• It does not change the implementation of the
logic in any manner, but reduces the number of
columns and rows, and consequently reduces
the area of the PLA.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

16
Simple folding
• When a pair of inputs or outputs share the
same column or row, respectively. It is
assumed that the input lines and the output
lines are either on the upper or lower sides of
the columns thus, there no intersections
between folded lines.

• Most often, the input and output lines are
folded
in
the
AND
and
OR
matrix, respectively, due to electrical and
physical constraints.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

17
Multiple folding
• It is a more general technique where the input
and output lines are folded as much as possible
to minimize the number of columns,
respectively rows, in AND and OR matrices.
• This method reduces the area. However,
routing of the input and output lines is more
complicated, and another metal or poly-silicon
layer may be required.
• Therefore, multiple folding is efficient when the PLA
is a component of a large system where several metal
or poly-silicon layers are already required
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

18
Contd…
• Bipartite folding is a special example of
simple folding where column breaks between
two parts in the same column must occur at the
same horizontal level in either the AND or
OR-matrix.
• Constrained folding is a restricted folding
where some constrains such as the order and
place of lines are given and accommodated
with other folding
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

19
Contd..
• It has been shown that PLA folding problems are
NP-complete and the number of possible
solutions approximates c! or r!, were c and r are
the number of columns and rows in the initial
PLA, respectively.
• As the number of inputs and outputs is very large
in recent modern PLAs ,its not possible to
implement these algorithms manually.
• Hence
the
procedure
of
folding
is
automatized, and many computer based (CAD
tools) algorithms have been proposed
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

20
Column Folding
• Column folding is the sharing of a single physical
column by two or more columns (input/output
signals) of a PLA.
• Column folding is said to be simple if utmost two
signals (logical columns) share a single physical
column.
• It is called multiple if more than two columns can
share a single column.

• Column folding can be obtained by permuting
the rows of the PLA as shown in the next slide.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

21
Column folding

(a)Original PLA

2/7/2014

(b).Row Permuted PLA

Dr.Y.Narasimha Murthy .Ph.D

22
• Column folding can be obtained by permuting
the rows of the PLA. For example, in slide
(a), no column folding is evident.
• However, from the given representation of the
PLA, if the rows are permuted so that
r4, r2, rl, r5, and r3 are in order, then it is
possible to fold and place the column a above
the column b. This row-permuted PLA is
shown in slide (b).
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

23
Contd..
• From the previous slide it is clear that column
folding introduces a restriction on the order of
the rows.
• More specifically, if column x is folded and
placed above column y, then all the rows that
receive the signal x must be placed above
those rows that use the signal y.
• For example, in slide (b), to fold column a
above b, rows r4 and r2 should be placed
above rl , r5 and r3.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

24
Contd..
• The restrictions imposed on the order of rows
by one set of folded column signals might
conflict with the row ordering desired by
another set of folded columns.
• Such conflicts on row orderings along with
some other conditions make column folding an
NP-complete optimization problem.

• An ordering of rows is termed as optimal.
if it needs to the maximal folding of
columns
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

25
Row Folding
• Row folding is defined as the sharing of a
single physical row by two or more product
terms (logical rows) of a PLA.
• Row folding is called simple if only two rows
share a single row and is called multiple if
more than two rows share a single row.
• Row folding is more complex than column
folding, due to the fact that rows interact with
both the input and output columns.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

26
Row-Folding-Example

2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

27
Contd..
• In order that two rows can be folded together,
it is necessary that the input columns feeding
one row be separated from those that feed the
other by the output columns. Such separation
segments the PLA.
• There are two ways to segment PLAs for
simple row folding.
• One, that splits the original AND-plane
resulting in the AND-OR AND structure.
• The other that yields the OR-AND-OR
structure.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

28
Contd..
• The PLA in the AND-OR-AND form, consists
of two AND-planes (the left and the right) and
an OR-plane between these two planes.
• The OR-AND-OR PLA consists of two ORplanes (the left and the right) on either side of
an AND-plane.
• In both cases, a row belonging solely to the left
(AND- or OR-) plane can be folded only with
a row belonging solely to the right (AND or
OR-) plane.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

29
Contd..
• A multiple row-folded PLA consists of a
sequence of alternating AND- and OR-planes.
• Row folding can be achieved by segmenting
the PLA planes and then permuting the
columns appropriately.

2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

30
TESTING-TESTABILITY
• The concepts of fault modeling ,diagnosis
,testing and fault tolerance of digital circuits
have become very important research topics
for logic designers during the last decade.
• With the developments in VLSI technology,
there is a drastic increase in the number of
components on a single chip and as a result of
increase in the chip density ,the probability of
fault occurring also increased.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

31
Contd..
• The purpose of testing is to know the faults in
a system responsible for the degradation of the
performance and for unwanted effects in terms
of time and power etc.
• It also helps to know whether the
manufactured chip meets the expected
specifications.
• Among the various tests Functional
tests, Diagnostic tests and Parametric tests are
very important.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

32
Types of Faults
• There are different types of faults in digital
circuits. A Fault in a circuit is defined as the
physical defect of one or more components of
the circuit. Faults can be either permanent or
temporary. Permanent faults are caused by the
breaking or wearing out of components.
• Permanent faults are also called Hard and
Solid faults.
• Temporary faults are known as soft faults .The
faults that occur only certain intervals of time
are either transient or intermittent faults.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

33
Fault Modeling
• Fault models are analyzable approximations of
defects and are essential for a test methodology
and identifies targets for testing.
• There are three important models of logical
faults. They are
• Stuck-at faults
• Bridging Faults and
• Delay Faults.

2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

34
Stuck-At Fault
• The most common model used for logical
faults is the single Stuck-at Fault.
• It assumes that a fault in a logic gate results in
one of its inputs or the output is fixed at either
a logic 0 (stuck-at-0) or at logic 1 (stuck-at-1).
• Stuck-at-0 and stuck-at-l faults are denoted
by abbreviations s-a-0 and s-a-1, respectively.

2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

35
Contd..
• As an example let us consider a NAND Gate
shown in the slide ,whose input A is s-a-1.
• The NAND gate perceives the A input as a
logic 1 irrespective of the logic value placed
on the input.
• For example, the output of the NAND gate is
0 for the input pattern A=0 and B=1, when
input A is s-a-1 .
• In the absence of the fault, the output will be 1.
Thus, AB=01 can be considered as the test for
the A input s-a-l, since there is a difference
between the output of the fault-free and faulty
gate.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

36
Contd..
• The single stuck-at fault model is often referred to
as the classical fault model and offers a good
representation for the most common types of
defects for e.g., short circuits(shorts ) and open
circuits (opens) in many technologies.
• The stuck-at model is also used to represent
multiple faults in circuits. In a multiple stuck-at
fault, it is assumed that more than one signal line
in the circuit are stuck at logic 1 or logic 0.
• In other words, a group of stuck-at faults exist in
the circuit at the same time.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

37
Contd..
• The stuck-at model is not very effective in
accounting for all faults in very large scale
integrated (VLSI), circuits which mainly uses
CMOS technology.
• Faults in CMOS circuits do not necessarily
produce logical faults that can be described as
stuck-at faults.
• Some times the faults may be due to faults in
transistors also.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

38
Bridging Faults
• Bridging faults are an important class of
permanent faults that cannot be modeled as
stuck-at faults.
• A bridging fault is said to have occurred when
two or more signal lines in a circuit are
connected accidently together.
• Bridging faults at the gate level have been
classified into three types: input bridging and
feedback bridging and non-feedback bridging.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

39
Contd..
• An input bridging fault corresponds to the
shorting of a certain number of primary input
lines.
• A feedback bridging fault results if there is a short
between an output and input line.
• A feedback bridging fault may cause a circuit to
oscillate, or it may convert it into a sequential
circuit.
• Bridging faults in a transistor-level circuit may
occur between the terminals of a transistor or
between two or more signal lines.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

40
Contd..

A short between two lines, as indicated by the
dotted line in the diagram will change the
function of the circuit. The effect of bridging
among the terminals of transistors is technologydependent .

2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

41
Contd..
• A non-feedback bridging fault identifies a
bridging fault that does not belong to either of
the above types.
• If bridging between any ‘s’ lines in a circuit are
considered ,the number of single bridging
faults alone will be ( n/s)! and the number of
multiple bridging faults will be very high.

2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

42
Delay Faults
• Smaller defects, which are likely to cause
partial open or short in a circuit, have a higher
probability of occurrence due to the statistical
variations in the manufacturing process.
• These defects result in the failure of a circuit to
meet its timing specifications without any
alteration of the logic function of the circuit.
• A small defect may delay the transition of a
signal on a line either from 0 to 1, or vice
versa. This type of malfunction is modeled by
a delay fault.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

43
Contd..

• The delay faults are two types.They are
(a) Gate delay fault and (b)Path delay
fault.
• Gate delay faults have been used to model
defects that cause the actual propagation
delay of a faulty gate to exceed its
specified worst case value.
• For example, if the specified worst case
propagation delay of a gate is x units and the
actual delay is x+Δx units, then the gate is
said to have a delay fault of size Δx.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

44
Contd..
• The main deficiency of the gate delay fault
model is that it can only be used to model
isolated defects, not distributed defects, for
example, several small delay defects
• The path delay fault model can be used to
model isolated as well as distributed defects. In
this model, a fault is assumed to have occurred
if the propagation delay along a path in the
circuit under test exceeds the specified limit.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

45
Transition and Intermittent faults
• The transition and Intermittent faults are
considered as Temporary faults.
• In digital circuits a major part of the
malfunctioning is due to the temporary faults
and these faults are always difficult to detect
and isolate.
• Transient faults are non-recurring temporary
faults that caused by power supply fluctuations
or exposure of the circuit to certain external
radiation(like α-particle radiation).
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

46
Contd..
• Intermittent faults occur due to loose
connections , partially defective components or
poor designs.
• They are recurring faults that appear on
regular basis.
• The intermittent faults that occur due to
deteriorating or aging components may
eventually become permanent.
• Some intermittent faults may also occur due to
environmental conditions such as temperature,
humidity ,vibration etc.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

47
Contd..
• The occurance of intermittent faults depends
on how well the system is protected from its
physical
environment
through
shielding, filtering ,cooling etc.
• An intermittent fault in a circuit causes
malfunction of the circuit only if it is active , if
it is inactive ,the circuit operates correctly.
• A circuit is said to be in a fault active state if a
fault present in the circuit is active and it is
said to be in the fault-not-active state if a fault
is present but inactive
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

48
PLA TESTING
• Programmable logic arrays (PLAs) are used to
implement any Boolean function. Hence , they
have become a popular device in the
realization of both combinational and
sequential logic circuits and are used
extensively in VLSI designs and as LSI
devices on printed circuit boards.
• The widespread application of PLAs makes
PLA testing an important issue. Though PLAs
offer many advantages, they also present new
testing problems
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

49
Test Generation Algorithms for PLAs
• Since conventional test generation methods are
not suitable for PLAs, several ad hoc test
generation approaches have been developed.
• It is a fact that a PLA's regular structure leads
to more efficient test generation and fault
simulation algorithms than for random logic .

2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

50
Testable PLA Designs
• As the size of PLAs increase, more test
patterns have to be generated and stored.
• Sophisticated automatic test equipment is
needed to execute the test process. Hence
stored-pattern testing becomes a timeconsuming and expensive task.
• To solve this problem, several hardwareoriented approaches have been developed that
add extra built-in test (BIT) circuitry to the
original PLA such that the modified PLA can
be easily tested.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

51
Concurrent Testable PLAs
• A PLA's regular memory-like structure
suggests the application of special coding for
either concurrent or off-line fault detection.
• To test a PLA concurrently, i.e., during normal
operation, requires that during fault-free
operation only one product line can be
activated by any input vector.
• Concurrent Error Detection technique was
proposed by Khakbaz and McCluskey.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

52
Concurrent testable PLA design

2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

53
Contd..
• The testable PLA, shown in earlier slide has
three checkers.
• C1 is a totally self-checking (TSC) l-out-of-m
checker on all product lines and detects any
fault that destroys the non-concurrent property,
such as a product line stuck at 1(0), or any
missing and/or extra cross point in the AND
array.
• C2 is a TSC two-rail checker that tests all
single stuck-at faults on the bit lines and input
decoders. C3 is an output-code checker.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

54
Contd..
• C3 is an output-code checker. Its complexity
depends on how the outputs are coded.
• The simplest code makes all output patterns
have even (odd) parity. Here, only one extra
output line needs to be added, and C3 would be
a parity checker.
• In general, C3 is not a TSC checker and may
not be fully tested during normal
operation, since the inputs to C3 are basically
the PLA's outputs that are not directly
controllable.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

55
Contd..
• Testing occurs concurrently with normal
operation.
• Most errors are caught by one of the three
checkers. However, the circuit is not totally
self-checking.
• Therefore off-line testing is still needed to
ensure a high fault coverage.

• This technique combines concurrent error
detection with off-line testing by using the
same added circuits for both modes of
testing.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

56
Parity Testable PLAs
• The most popular code for PLA testing is the
parity code.
• Since PLAs have a regular array structure, it is
possible to design a PLA so that it can be
tested by a small set of deterministic tests that
are function-independent, i.e., independent of
the personality matrix.
• This is possible because of two important
concepts given in the next slide.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

57
Contd..
• Let N, be the number of used cross points on
bit line bi. One can add an extra product line
and make connections to it such that every bit
line has an even(odd) number of connections
with product lines.
• Then any single cross-point fault on bi changes
the parity of Ni.
• The same is true for output lines. Therefore
single cross point faults can be detected by
parity checking on these lines.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

58
Contd..
• To test a PLA easily, it must be possible to
control individually each bit and product line,
and sensitize each product line through the OR
array.
• To obtain more efficient testable PLA designs,
some researchers have focused on reducing
area overhead and/or increasing fault coverage.
• This can be done using the idea of parity
compression
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

59
Signature-Testable PLAs
• Signature analysis is a simple and effective
way for testing digital systems, and several
self-testing PLA designs using this concept
have been proposed.
• In these approaches ,a set of input patterns is
applied and the results are compressed to
generate a signature , which, when compared
with a known correct value, determines
whether the PLA is faulty or not.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

60
Partitioning and Testing of PLAs
• Testing becomes more complex as the size of
the PLA increases.
• A common strategy for dealing with large
complex PLAs is that of divide and conquer.
• This principle has also been applied to the
design of testable PLAs.

2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

61
References
• This lecture is totally incomplete with out the
help of the following references. My heartfelt
thanks to these authors.
• 1. Partition –Based Algorithms for PLA
Folding – By .Karthikeyan Kannappan.
• 2. Digital systems Testing and TestableDesign
By Miron Abramovici.
3. Logic Design Theory- N. Biswas.
2/7/2014

Dr.Y.Narasimha Murthy .Ph.D

62

Contenu connexe

Tendances (20)

VLSI Testing Techniques
VLSI Testing TechniquesVLSI Testing Techniques
VLSI Testing Techniques
 
Pipelining approach
Pipelining approachPipelining approach
Pipelining approach
 
FPGA
FPGAFPGA
FPGA
 
ATPG Methods and Algorithms
ATPG Methods and AlgorithmsATPG Methods and Algorithms
ATPG Methods and Algorithms
 
Fpga architectures and applications
Fpga architectures and applicationsFpga architectures and applications
Fpga architectures and applications
 
Pass Transistor Logic
Pass Transistor LogicPass Transistor Logic
Pass Transistor Logic
 
Fpga
FpgaFpga
Fpga
 
Field programable gate array
Field programable gate arrayField programable gate array
Field programable gate array
 
Vlsi design flow
Vlsi design flowVlsi design flow
Vlsi design flow
 
Dif fft
Dif fftDif fft
Dif fft
 
Multirate DSP
Multirate DSPMultirate DSP
Multirate DSP
 
Jtag presentation
Jtag presentationJtag presentation
Jtag presentation
 
RTL-Design for beginners
RTL-Design  for beginnersRTL-Design  for beginners
RTL-Design for beginners
 
Vlsi
VlsiVlsi
Vlsi
 
Dft (design for testability)
Dft (design for testability)Dft (design for testability)
Dft (design for testability)
 
Interconnect Parameter in Digital VLSI Design
Interconnect Parameter in Digital VLSI DesignInterconnect Parameter in Digital VLSI Design
Interconnect Parameter in Digital VLSI Design
 
Unit VI CPLD-FPGA Architecture
Unit VI CPLD-FPGA ArchitectureUnit VI CPLD-FPGA Architecture
Unit VI CPLD-FPGA Architecture
 
Fpga(field programmable gate array)
Fpga(field programmable gate array) Fpga(field programmable gate array)
Fpga(field programmable gate array)
 
Clock distribution
Clock distributionClock distribution
Clock distribution
 
BUilt-In-Self-Test for VLSI Design
BUilt-In-Self-Test for VLSI DesignBUilt-In-Self-Test for VLSI Design
BUilt-In-Self-Test for VLSI Design
 

En vedette

Verilog hdl design examples
Verilog hdl design examplesVerilog hdl design examples
Verilog hdl design examplesdennis gookyi
 
faults in digital systems
faults in digital systemsfaults in digital systems
faults in digital systemsdennis gookyi
 
UNIT II-Programming in Linux
UNIT II-Programming in LinuxUNIT II-Programming in Linux
UNIT II-Programming in LinuxDr.YNM
 
UNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONS
UNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONSUNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONS
UNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONSDr.YNM
 
UNIT-II -DIGITAL SYSTEM DESIGN
UNIT-II -DIGITAL SYSTEM DESIGNUNIT-II -DIGITAL SYSTEM DESIGN
UNIT-II -DIGITAL SYSTEM DESIGNDr.YNM
 
UNIT-IV .FINITE STATE MACHINES
UNIT-IV .FINITE STATE MACHINESUNIT-IV .FINITE STATE MACHINES
UNIT-IV .FINITE STATE MACHINESDr.YNM
 
Vlsi physical design-notes
Vlsi physical design-notesVlsi physical design-notes
Vlsi physical design-notesDr.YNM
 
UNIT-II : SEQUENTIAL CIRCUIT DESIGN
UNIT-II  : SEQUENTIAL CIRCUIT DESIGN UNIT-II  : SEQUENTIAL CIRCUIT DESIGN
UNIT-II : SEQUENTIAL CIRCUIT DESIGN Dr.YNM
 
RTOS APPLICATIONS
RTOS  APPLICATIONSRTOS  APPLICATIONS
RTOS APPLICATIONSDr.YNM
 
basic concepts of reliability
basic concepts of reliabilitybasic concepts of reliability
basic concepts of reliabilitydennis gookyi
 
Arm processors' architecture
Arm processors'   architectureArm processors'   architecture
Arm processors' architectureDr.YNM
 
UNIT-I DIGITAL SYSTEM DESIGN
UNIT-I DIGITAL SYSTEM DESIGN UNIT-I DIGITAL SYSTEM DESIGN
UNIT-I DIGITAL SYSTEM DESIGN Dr.YNM
 
UNIT-I-RTOS and Concepts
UNIT-I-RTOS and ConceptsUNIT-I-RTOS and Concepts
UNIT-I-RTOS and ConceptsDr.YNM
 

En vedette (16)

Horn antennas
Horn antennasHorn antennas
Horn antennas
 
test generation
test generationtest generation
test generation
 
Verilog hdl design examples
Verilog hdl design examplesVerilog hdl design examples
Verilog hdl design examples
 
faults in digital systems
faults in digital systemsfaults in digital systems
faults in digital systems
 
UNIT II-Programming in Linux
UNIT II-Programming in LinuxUNIT II-Programming in Linux
UNIT II-Programming in Linux
 
UNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONS
UNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONSUNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONS
UNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONS
 
UNIT-II -DIGITAL SYSTEM DESIGN
UNIT-II -DIGITAL SYSTEM DESIGNUNIT-II -DIGITAL SYSTEM DESIGN
UNIT-II -DIGITAL SYSTEM DESIGN
 
UNIT-IV .FINITE STATE MACHINES
UNIT-IV .FINITE STATE MACHINESUNIT-IV .FINITE STATE MACHINES
UNIT-IV .FINITE STATE MACHINES
 
Vlsi physical design-notes
Vlsi physical design-notesVlsi physical design-notes
Vlsi physical design-notes
 
UNIT-II : SEQUENTIAL CIRCUIT DESIGN
UNIT-II  : SEQUENTIAL CIRCUIT DESIGN UNIT-II  : SEQUENTIAL CIRCUIT DESIGN
UNIT-II : SEQUENTIAL CIRCUIT DESIGN
 
RTOS APPLICATIONS
RTOS  APPLICATIONSRTOS  APPLICATIONS
RTOS APPLICATIONS
 
basic concepts of reliability
basic concepts of reliabilitybasic concepts of reliability
basic concepts of reliability
 
Arm processors' architecture
Arm processors'   architectureArm processors'   architecture
Arm processors' architecture
 
UNIT-I DIGITAL SYSTEM DESIGN
UNIT-I DIGITAL SYSTEM DESIGN UNIT-I DIGITAL SYSTEM DESIGN
UNIT-I DIGITAL SYSTEM DESIGN
 
UNIT-I-RTOS and Concepts
UNIT-I-RTOS and ConceptsUNIT-I-RTOS and Concepts
UNIT-I-RTOS and Concepts
 
Product life cycle
Product life cycleProduct life cycle
Product life cycle
 

Similaire à PLA Minimization -Testing

CPLD & FPGA Architectures and applictionsplications.pptx
CPLD & FPGA Architectures and applictionsplications.pptxCPLD & FPGA Architectures and applictionsplications.pptx
CPLD & FPGA Architectures and applictionsplications.pptxDr.YNM
 
Performance Analysis of a Low-Power High-Speed Hybrid 1-Bit Full Adder Circui...
Performance Analysis of a Low-Power High-Speed Hybrid 1-Bit Full Adder Circui...Performance Analysis of a Low-Power High-Speed Hybrid 1-Bit Full Adder Circui...
Performance Analysis of a Low-Power High-Speed Hybrid 1-Bit Full Adder Circui...IRJET Journal
 
Layout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyLayout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyIJEEE
 
Embedded Logic Flip-Flops: A Conceptual Review
Embedded Logic Flip-Flops: A Conceptual ReviewEmbedded Logic Flip-Flops: A Conceptual Review
Embedded Logic Flip-Flops: A Conceptual ReviewSudhanshu Janwadkar
 
FIFO Based Routing Scheme for Clock-less System
FIFO Based Routing Scheme for Clock-less SystemFIFO Based Routing Scheme for Clock-less System
FIFO Based Routing Scheme for Clock-less SystemWaqas Tariq
 
AGING EFFECT TOLERANT MULTIPRECISION RAZOR-BASED MULTIPLIER
AGING EFFECT TOLERANT MULTIPRECISION RAZOR-BASED MULTIPLIERAGING EFFECT TOLERANT MULTIPRECISION RAZOR-BASED MULTIPLIER
AGING EFFECT TOLERANT MULTIPRECISION RAZOR-BASED MULTIPLIEREditor IJMTER
 
layout impact of resolution enhancement in design for manufacturing dfm- in ...
layout impact of resolution enhancement in design for manufacturing  dfm- in ...layout impact of resolution enhancement in design for manufacturing  dfm- in ...
layout impact of resolution enhancement in design for manufacturing dfm- in ...Kumar Goud
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSVLSICS Design
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSVLSICS Design
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSVLSICS Design
 
Floorplanning in physical design
Floorplanning in physical designFloorplanning in physical design
Floorplanning in physical designMurali Rai
 
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAY
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAYPOWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAY
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAYecij
 
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAY
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAYPOWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAY
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAYecij
 
age acknowledging reliable multiplier
age acknowledging reliable multiplierage acknowledging reliable multiplier
age acknowledging reliable multiplierIJAEMSJORNAL
 
Digital VLSI Design : Combinational Circuit
Digital VLSI Design : Combinational CircuitDigital VLSI Design : Combinational Circuit
Digital VLSI Design : Combinational CircuitUsha Mehta
 
IRJET- A Survey on Reconstruct Structural Design of FPGA
IRJET-  	  A Survey on Reconstruct Structural Design of FPGAIRJET-  	  A Survey on Reconstruct Structural Design of FPGA
IRJET- A Survey on Reconstruct Structural Design of FPGAIRJET Journal
 
Design and Implementation of Multiplier using Advanced Booth Multiplier and R...
Design and Implementation of Multiplier using Advanced Booth Multiplier and R...Design and Implementation of Multiplier using Advanced Booth Multiplier and R...
Design and Implementation of Multiplier using Advanced Booth Multiplier and R...IRJET Journal
 

Similaire à PLA Minimization -Testing (20)

CPLD & FPGA Architectures and applictionsplications.pptx
CPLD & FPGA Architectures and applictionsplications.pptxCPLD & FPGA Architectures and applictionsplications.pptx
CPLD & FPGA Architectures and applictionsplications.pptx
 
Performance Analysis of a Low-Power High-Speed Hybrid 1-Bit Full Adder Circui...
Performance Analysis of a Low-Power High-Speed Hybrid 1-Bit Full Adder Circui...Performance Analysis of a Low-Power High-Speed Hybrid 1-Bit Full Adder Circui...
Performance Analysis of a Low-Power High-Speed Hybrid 1-Bit Full Adder Circui...
 
Layout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyLayout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS Technology
 
Embedded Logic Flip-Flops: A Conceptual Review
Embedded Logic Flip-Flops: A Conceptual ReviewEmbedded Logic Flip-Flops: A Conceptual Review
Embedded Logic Flip-Flops: A Conceptual Review
 
CPLD & FPGA
CPLD & FPGACPLD & FPGA
CPLD & FPGA
 
FIFO Based Routing Scheme for Clock-less System
FIFO Based Routing Scheme for Clock-less SystemFIFO Based Routing Scheme for Clock-less System
FIFO Based Routing Scheme for Clock-less System
 
P0450495100
P0450495100P0450495100
P0450495100
 
AGING EFFECT TOLERANT MULTIPRECISION RAZOR-BASED MULTIPLIER
AGING EFFECT TOLERANT MULTIPRECISION RAZOR-BASED MULTIPLIERAGING EFFECT TOLERANT MULTIPRECISION RAZOR-BASED MULTIPLIER
AGING EFFECT TOLERANT MULTIPRECISION RAZOR-BASED MULTIPLIER
 
layout impact of resolution enhancement in design for manufacturing dfm- in ...
layout impact of resolution enhancement in design for manufacturing  dfm- in ...layout impact of resolution enhancement in design for manufacturing  dfm- in ...
layout impact of resolution enhancement in design for manufacturing dfm- in ...
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
 
Floorplanning in physical design
Floorplanning in physical designFloorplanning in physical design
Floorplanning in physical design
 
Ijecet 06 08_004
Ijecet 06 08_004Ijecet 06 08_004
Ijecet 06 08_004
 
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAY
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAYPOWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAY
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAY
 
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAY
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAYPOWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAY
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAY
 
age acknowledging reliable multiplier
age acknowledging reliable multiplierage acknowledging reliable multiplier
age acknowledging reliable multiplier
 
Digital VLSI Design : Combinational Circuit
Digital VLSI Design : Combinational CircuitDigital VLSI Design : Combinational Circuit
Digital VLSI Design : Combinational Circuit
 
IRJET- A Survey on Reconstruct Structural Design of FPGA
IRJET-  	  A Survey on Reconstruct Structural Design of FPGAIRJET-  	  A Survey on Reconstruct Structural Design of FPGA
IRJET- A Survey on Reconstruct Structural Design of FPGA
 
Design and Implementation of Multiplier using Advanced Booth Multiplier and R...
Design and Implementation of Multiplier using Advanced Booth Multiplier and R...Design and Implementation of Multiplier using Advanced Booth Multiplier and R...
Design and Implementation of Multiplier using Advanced Booth Multiplier and R...
 

Plus de Dr.YNM

Introduction to DSP.ppt
Introduction to DSP.pptIntroduction to DSP.ppt
Introduction to DSP.pptDr.YNM
 
Atmel.ppt
Atmel.pptAtmel.ppt
Atmel.pptDr.YNM
 
PIC Microcontrollers.ppt
PIC Microcontrollers.pptPIC Microcontrollers.ppt
PIC Microcontrollers.pptDr.YNM
 
Crystalstructure-.ppt
Crystalstructure-.pptCrystalstructure-.ppt
Crystalstructure-.pptDr.YNM
 
Basics of OS & RTOS.ppt
Basics of OS & RTOS.pptBasics of OS & RTOS.ppt
Basics of OS & RTOS.pptDr.YNM
 
Introducion to MSP430 Microcontroller.pptx
Introducion to MSP430 Microcontroller.pptxIntroducion to MSP430 Microcontroller.pptx
Introducion to MSP430 Microcontroller.pptxDr.YNM
 
Microcontroller-8051.ppt
Microcontroller-8051.pptMicrocontroller-8051.ppt
Microcontroller-8051.pptDr.YNM
 
Introduction to ASICs.pptx
Introduction to ASICs.pptxIntroduction to ASICs.pptx
Introduction to ASICs.pptxDr.YNM
 
VHDL-PRESENTATION.ppt
VHDL-PRESENTATION.pptVHDL-PRESENTATION.ppt
VHDL-PRESENTATION.pptDr.YNM
 
Basics of data communications.pptx
Basics of data communications.pptxBasics of data communications.pptx
Basics of data communications.pptxDr.YNM
 
Transient response of RC , RL circuits with step input
Transient response of RC , RL circuits  with step inputTransient response of RC , RL circuits  with step input
Transient response of RC , RL circuits with step inputDr.YNM
 
CISC & RISC ARCHITECTURES
CISC & RISC ARCHITECTURESCISC & RISC ARCHITECTURES
CISC & RISC ARCHITECTURESDr.YNM
 
Lect 4 ARM PROCESSOR ARCHITECTURE
Lect 4 ARM PROCESSOR ARCHITECTURELect 4 ARM PROCESSOR ARCHITECTURE
Lect 4 ARM PROCESSOR ARCHITECTUREDr.YNM
 
Lect 3 ARM PROCESSOR ARCHITECTURE
Lect 3  ARM PROCESSOR ARCHITECTURE Lect 3  ARM PROCESSOR ARCHITECTURE
Lect 3 ARM PROCESSOR ARCHITECTURE Dr.YNM
 
Microprocessor Architecture 4
Microprocessor Architecture  4Microprocessor Architecture  4
Microprocessor Architecture 4Dr.YNM
 
Lect 2 ARM processor architecture
Lect 2 ARM processor architectureLect 2 ARM processor architecture
Lect 2 ARM processor architectureDr.YNM
 
Microprocessor Architecture-III
Microprocessor Architecture-IIIMicroprocessor Architecture-III
Microprocessor Architecture-IIIDr.YNM
 
LECT 1: ARM PROCESSORS
LECT 1: ARM PROCESSORSLECT 1: ARM PROCESSORS
LECT 1: ARM PROCESSORSDr.YNM
 
Microprocessor architecture II
Microprocessor architecture   IIMicroprocessor architecture   II
Microprocessor architecture IIDr.YNM
 
Verilog Test Bench
Verilog Test BenchVerilog Test Bench
Verilog Test BenchDr.YNM
 

Plus de Dr.YNM (20)

Introduction to DSP.ppt
Introduction to DSP.pptIntroduction to DSP.ppt
Introduction to DSP.ppt
 
Atmel.ppt
Atmel.pptAtmel.ppt
Atmel.ppt
 
PIC Microcontrollers.ppt
PIC Microcontrollers.pptPIC Microcontrollers.ppt
PIC Microcontrollers.ppt
 
Crystalstructure-.ppt
Crystalstructure-.pptCrystalstructure-.ppt
Crystalstructure-.ppt
 
Basics of OS & RTOS.ppt
Basics of OS & RTOS.pptBasics of OS & RTOS.ppt
Basics of OS & RTOS.ppt
 
Introducion to MSP430 Microcontroller.pptx
Introducion to MSP430 Microcontroller.pptxIntroducion to MSP430 Microcontroller.pptx
Introducion to MSP430 Microcontroller.pptx
 
Microcontroller-8051.ppt
Microcontroller-8051.pptMicrocontroller-8051.ppt
Microcontroller-8051.ppt
 
Introduction to ASICs.pptx
Introduction to ASICs.pptxIntroduction to ASICs.pptx
Introduction to ASICs.pptx
 
VHDL-PRESENTATION.ppt
VHDL-PRESENTATION.pptVHDL-PRESENTATION.ppt
VHDL-PRESENTATION.ppt
 
Basics of data communications.pptx
Basics of data communications.pptxBasics of data communications.pptx
Basics of data communications.pptx
 
Transient response of RC , RL circuits with step input
Transient response of RC , RL circuits  with step inputTransient response of RC , RL circuits  with step input
Transient response of RC , RL circuits with step input
 
CISC & RISC ARCHITECTURES
CISC & RISC ARCHITECTURESCISC & RISC ARCHITECTURES
CISC & RISC ARCHITECTURES
 
Lect 4 ARM PROCESSOR ARCHITECTURE
Lect 4 ARM PROCESSOR ARCHITECTURELect 4 ARM PROCESSOR ARCHITECTURE
Lect 4 ARM PROCESSOR ARCHITECTURE
 
Lect 3 ARM PROCESSOR ARCHITECTURE
Lect 3  ARM PROCESSOR ARCHITECTURE Lect 3  ARM PROCESSOR ARCHITECTURE
Lect 3 ARM PROCESSOR ARCHITECTURE
 
Microprocessor Architecture 4
Microprocessor Architecture  4Microprocessor Architecture  4
Microprocessor Architecture 4
 
Lect 2 ARM processor architecture
Lect 2 ARM processor architectureLect 2 ARM processor architecture
Lect 2 ARM processor architecture
 
Microprocessor Architecture-III
Microprocessor Architecture-IIIMicroprocessor Architecture-III
Microprocessor Architecture-III
 
LECT 1: ARM PROCESSORS
LECT 1: ARM PROCESSORSLECT 1: ARM PROCESSORS
LECT 1: ARM PROCESSORS
 
Microprocessor architecture II
Microprocessor architecture   IIMicroprocessor architecture   II
Microprocessor architecture II
 
Verilog Test Bench
Verilog Test BenchVerilog Test Bench
Verilog Test Bench
 

Dernier

Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 

Dernier (20)

Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 

PLA Minimization -Testing

  • 1. PLA MINIMIZATION –FOLDING & PLA TESTING Dr. Y. NARASIMHA MURTHY. Ph.D SRI SAIBABA NATIONAL COLLEGE (Autonomous) ANANTAPUR-515001-A.P yayavaram@yahoo.com 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 1
  • 2. Prologue- PLA • PLA(Programmable Logic Array) is a LSI based (Large Scale Integration ) device and its Field programmable version is called FPLA. • PLA is an array logic device with matrix like structure which is designed to implement random logic expressions in sum of Product form(SOP). 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 2
  • 3. Contd.. • The Programmable Logic Array (PLA) has a very special structure for the design of both combinational and sequential logic. • They have been extensively used in integrated circuit design, especially in controller implementations. • A PLA consists of a group of rows (carrying each one a product term) and columns (corresponding to inputs and outputs). A logic gate can be located at each intersection of a row with a column 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 3
  • 4. Contd.. • PLAs are used to implement control units of CPUs, arithmetic circuits, decoders and finite state machines (FSMs). • PLAs can also be used to implement the "IFTHEN ELSE conditional statement" present in programs written using hardware description languages. • They have been used in the design of an entire Microprocessor, terminal control units, ALU chips and other logic systems. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 4
  • 5. Structure of a PLA • PLAs are used to implement logic functions that are given in the Sum-of-Products (SOP) form. • A PLA is made up of two programmable planes, called the AND-plane and the OR-plane. • For every input signal, there is one column in the AND-plane, and for every output signal, there is a column in the OR-plane. • Separate columns are assigned to the complement and the un-complement input literals in the AND plane 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 5
  • 7. Schematic-BCD to Gray code converter 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 7
  • 8. ROM &PLA • The internal organization of the PLA is different from that of the ROM. • ROM consists of a decoder at the input while it is replaced with an AND array which realizes selected product terms of the input variables. • The basic difference is PLA implements a sumof-products expression, while a ROM directly implements a truth table. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 8
  • 9. PLA- OPTIMIZATION • The major disadvantage of the PLA is that most practical logic problems leave much PLA area unused. • A straight forward physical design results into a significant waste of silicon area, which is undesirable. • Also, speed and power become critical parameters as the size of the PLA increases 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 9
  • 10. Contd.. • The gate capacitances of the input signals carried by long poly-silicon lines become the key factor in determining the timing (speed)performance. • In moderate to large PLA’s, the poly-silicon resistance becomes as important factor as the capacitance. • The signal is degraded with the large resistance added to the line, no matter how large the drivers are. Further, if the PLA becomes large, the width of the power and the ground lines should also be increased to avoid possible metal migration. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 10
  • 11. Contd.. • Due to the regular structure the PLA takes more area (space) when implemented in a VLSI chip than the Gate or Standard cell circuits. • To accommodate all components and modules with in a small area (for area efficient design) two important operations are used. • One is the Minimization and the other is the Folding of PLAs 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 11
  • 12. Contd.. • This minimization techniques are based on Boolean minimization algorithms , which remove redundant product terms and inturn decreases the PLA area. • In the minimization process the functions being implemented are reduced without changing the input/output relationship, so that the original PLA can be transformed into a smaller one. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 12
  • 13. Boolean Minimization Techniques • One of the Boolean minimization techniques used is to remove redundant product terms in the personality matrix of a PLA and there by removing the rows that implement these terms. • Another Boolean minimization technique is to determine if a term xf can be replaced by a term f, where f is the product of some variables other than x and covers more min-terms than does xf. • This technique is called raising of terms. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 13
  • 14. Contd.. • With the advancements in VLSI ,the problem of minimization has become more cumbersome, due to increase in the number of variables. • Hence most of the classical methods have become almost outdated. • The first cube based algorithm MINI was developed at IBM by Hong et al in 1974. • Most extensively used PLA minimizer currently available is ESPRESSO II ,developed at the university of California-Berkeley by Brayton et al. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 14
  • 15. Contd.. • The McBoole logic minimizer developed at McGill university by Dagenais et al is based on the Quine-McCluskey philosophy and generates all the prime cubes. • Another better multiple-output minimization algorithm than ESPRESSO II and McBoole in many PLAs has been developed at IISc, Bngalore,India by Gurunath and Biswas in 1989. • This algorithm is based on switching theoretic concepts and is a fast technique for the determination of essential prime cubes only. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 15
  • 16. PLA Folding • Folding is a technologyindependent, topological minimization technique, developed for array structures , that attempts to place two or more input/output (product term) signals together so that they can share the same physical column (row). • It does not change the implementation of the logic in any manner, but reduces the number of columns and rows, and consequently reduces the area of the PLA. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 16
  • 17. Simple folding • When a pair of inputs or outputs share the same column or row, respectively. It is assumed that the input lines and the output lines are either on the upper or lower sides of the columns thus, there no intersections between folded lines. • Most often, the input and output lines are folded in the AND and OR matrix, respectively, due to electrical and physical constraints. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 17
  • 18. Multiple folding • It is a more general technique where the input and output lines are folded as much as possible to minimize the number of columns, respectively rows, in AND and OR matrices. • This method reduces the area. However, routing of the input and output lines is more complicated, and another metal or poly-silicon layer may be required. • Therefore, multiple folding is efficient when the PLA is a component of a large system where several metal or poly-silicon layers are already required 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 18
  • 19. Contd… • Bipartite folding is a special example of simple folding where column breaks between two parts in the same column must occur at the same horizontal level in either the AND or OR-matrix. • Constrained folding is a restricted folding where some constrains such as the order and place of lines are given and accommodated with other folding 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 19
  • 20. Contd.. • It has been shown that PLA folding problems are NP-complete and the number of possible solutions approximates c! or r!, were c and r are the number of columns and rows in the initial PLA, respectively. • As the number of inputs and outputs is very large in recent modern PLAs ,its not possible to implement these algorithms manually. • Hence the procedure of folding is automatized, and many computer based (CAD tools) algorithms have been proposed 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 20
  • 21. Column Folding • Column folding is the sharing of a single physical column by two or more columns (input/output signals) of a PLA. • Column folding is said to be simple if utmost two signals (logical columns) share a single physical column. • It is called multiple if more than two columns can share a single column. • Column folding can be obtained by permuting the rows of the PLA as shown in the next slide. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 21
  • 22. Column folding (a)Original PLA 2/7/2014 (b).Row Permuted PLA Dr.Y.Narasimha Murthy .Ph.D 22
  • 23. • Column folding can be obtained by permuting the rows of the PLA. For example, in slide (a), no column folding is evident. • However, from the given representation of the PLA, if the rows are permuted so that r4, r2, rl, r5, and r3 are in order, then it is possible to fold and place the column a above the column b. This row-permuted PLA is shown in slide (b). 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 23
  • 24. Contd.. • From the previous slide it is clear that column folding introduces a restriction on the order of the rows. • More specifically, if column x is folded and placed above column y, then all the rows that receive the signal x must be placed above those rows that use the signal y. • For example, in slide (b), to fold column a above b, rows r4 and r2 should be placed above rl , r5 and r3. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 24
  • 25. Contd.. • The restrictions imposed on the order of rows by one set of folded column signals might conflict with the row ordering desired by another set of folded columns. • Such conflicts on row orderings along with some other conditions make column folding an NP-complete optimization problem. • An ordering of rows is termed as optimal. if it needs to the maximal folding of columns 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 25
  • 26. Row Folding • Row folding is defined as the sharing of a single physical row by two or more product terms (logical rows) of a PLA. • Row folding is called simple if only two rows share a single row and is called multiple if more than two rows share a single row. • Row folding is more complex than column folding, due to the fact that rows interact with both the input and output columns. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 26
  • 28. Contd.. • In order that two rows can be folded together, it is necessary that the input columns feeding one row be separated from those that feed the other by the output columns. Such separation segments the PLA. • There are two ways to segment PLAs for simple row folding. • One, that splits the original AND-plane resulting in the AND-OR AND structure. • The other that yields the OR-AND-OR structure. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 28
  • 29. Contd.. • The PLA in the AND-OR-AND form, consists of two AND-planes (the left and the right) and an OR-plane between these two planes. • The OR-AND-OR PLA consists of two ORplanes (the left and the right) on either side of an AND-plane. • In both cases, a row belonging solely to the left (AND- or OR-) plane can be folded only with a row belonging solely to the right (AND or OR-) plane. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 29
  • 30. Contd.. • A multiple row-folded PLA consists of a sequence of alternating AND- and OR-planes. • Row folding can be achieved by segmenting the PLA planes and then permuting the columns appropriately. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 30
  • 31. TESTING-TESTABILITY • The concepts of fault modeling ,diagnosis ,testing and fault tolerance of digital circuits have become very important research topics for logic designers during the last decade. • With the developments in VLSI technology, there is a drastic increase in the number of components on a single chip and as a result of increase in the chip density ,the probability of fault occurring also increased. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 31
  • 32. Contd.. • The purpose of testing is to know the faults in a system responsible for the degradation of the performance and for unwanted effects in terms of time and power etc. • It also helps to know whether the manufactured chip meets the expected specifications. • Among the various tests Functional tests, Diagnostic tests and Parametric tests are very important. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 32
  • 33. Types of Faults • There are different types of faults in digital circuits. A Fault in a circuit is defined as the physical defect of one or more components of the circuit. Faults can be either permanent or temporary. Permanent faults are caused by the breaking or wearing out of components. • Permanent faults are also called Hard and Solid faults. • Temporary faults are known as soft faults .The faults that occur only certain intervals of time are either transient or intermittent faults. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 33
  • 34. Fault Modeling • Fault models are analyzable approximations of defects and are essential for a test methodology and identifies targets for testing. • There are three important models of logical faults. They are • Stuck-at faults • Bridging Faults and • Delay Faults. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 34
  • 35. Stuck-At Fault • The most common model used for logical faults is the single Stuck-at Fault. • It assumes that a fault in a logic gate results in one of its inputs or the output is fixed at either a logic 0 (stuck-at-0) or at logic 1 (stuck-at-1). • Stuck-at-0 and stuck-at-l faults are denoted by abbreviations s-a-0 and s-a-1, respectively. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 35
  • 36. Contd.. • As an example let us consider a NAND Gate shown in the slide ,whose input A is s-a-1. • The NAND gate perceives the A input as a logic 1 irrespective of the logic value placed on the input. • For example, the output of the NAND gate is 0 for the input pattern A=0 and B=1, when input A is s-a-1 . • In the absence of the fault, the output will be 1. Thus, AB=01 can be considered as the test for the A input s-a-l, since there is a difference between the output of the fault-free and faulty gate. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 36
  • 37. Contd.. • The single stuck-at fault model is often referred to as the classical fault model and offers a good representation for the most common types of defects for e.g., short circuits(shorts ) and open circuits (opens) in many technologies. • The stuck-at model is also used to represent multiple faults in circuits. In a multiple stuck-at fault, it is assumed that more than one signal line in the circuit are stuck at logic 1 or logic 0. • In other words, a group of stuck-at faults exist in the circuit at the same time. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 37
  • 38. Contd.. • The stuck-at model is not very effective in accounting for all faults in very large scale integrated (VLSI), circuits which mainly uses CMOS technology. • Faults in CMOS circuits do not necessarily produce logical faults that can be described as stuck-at faults. • Some times the faults may be due to faults in transistors also. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 38
  • 39. Bridging Faults • Bridging faults are an important class of permanent faults that cannot be modeled as stuck-at faults. • A bridging fault is said to have occurred when two or more signal lines in a circuit are connected accidently together. • Bridging faults at the gate level have been classified into three types: input bridging and feedback bridging and non-feedback bridging. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 39
  • 40. Contd.. • An input bridging fault corresponds to the shorting of a certain number of primary input lines. • A feedback bridging fault results if there is a short between an output and input line. • A feedback bridging fault may cause a circuit to oscillate, or it may convert it into a sequential circuit. • Bridging faults in a transistor-level circuit may occur between the terminals of a transistor or between two or more signal lines. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 40
  • 41. Contd.. A short between two lines, as indicated by the dotted line in the diagram will change the function of the circuit. The effect of bridging among the terminals of transistors is technologydependent . 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 41
  • 42. Contd.. • A non-feedback bridging fault identifies a bridging fault that does not belong to either of the above types. • If bridging between any ‘s’ lines in a circuit are considered ,the number of single bridging faults alone will be ( n/s)! and the number of multiple bridging faults will be very high. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 42
  • 43. Delay Faults • Smaller defects, which are likely to cause partial open or short in a circuit, have a higher probability of occurrence due to the statistical variations in the manufacturing process. • These defects result in the failure of a circuit to meet its timing specifications without any alteration of the logic function of the circuit. • A small defect may delay the transition of a signal on a line either from 0 to 1, or vice versa. This type of malfunction is modeled by a delay fault. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 43
  • 44. Contd.. • The delay faults are two types.They are (a) Gate delay fault and (b)Path delay fault. • Gate delay faults have been used to model defects that cause the actual propagation delay of a faulty gate to exceed its specified worst case value. • For example, if the specified worst case propagation delay of a gate is x units and the actual delay is x+Δx units, then the gate is said to have a delay fault of size Δx. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 44
  • 45. Contd.. • The main deficiency of the gate delay fault model is that it can only be used to model isolated defects, not distributed defects, for example, several small delay defects • The path delay fault model can be used to model isolated as well as distributed defects. In this model, a fault is assumed to have occurred if the propagation delay along a path in the circuit under test exceeds the specified limit. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 45
  • 46. Transition and Intermittent faults • The transition and Intermittent faults are considered as Temporary faults. • In digital circuits a major part of the malfunctioning is due to the temporary faults and these faults are always difficult to detect and isolate. • Transient faults are non-recurring temporary faults that caused by power supply fluctuations or exposure of the circuit to certain external radiation(like α-particle radiation). 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 46
  • 47. Contd.. • Intermittent faults occur due to loose connections , partially defective components or poor designs. • They are recurring faults that appear on regular basis. • The intermittent faults that occur due to deteriorating or aging components may eventually become permanent. • Some intermittent faults may also occur due to environmental conditions such as temperature, humidity ,vibration etc. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 47
  • 48. Contd.. • The occurance of intermittent faults depends on how well the system is protected from its physical environment through shielding, filtering ,cooling etc. • An intermittent fault in a circuit causes malfunction of the circuit only if it is active , if it is inactive ,the circuit operates correctly. • A circuit is said to be in a fault active state if a fault present in the circuit is active and it is said to be in the fault-not-active state if a fault is present but inactive 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 48
  • 49. PLA TESTING • Programmable logic arrays (PLAs) are used to implement any Boolean function. Hence , they have become a popular device in the realization of both combinational and sequential logic circuits and are used extensively in VLSI designs and as LSI devices on printed circuit boards. • The widespread application of PLAs makes PLA testing an important issue. Though PLAs offer many advantages, they also present new testing problems 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 49
  • 50. Test Generation Algorithms for PLAs • Since conventional test generation methods are not suitable for PLAs, several ad hoc test generation approaches have been developed. • It is a fact that a PLA's regular structure leads to more efficient test generation and fault simulation algorithms than for random logic . 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 50
  • 51. Testable PLA Designs • As the size of PLAs increase, more test patterns have to be generated and stored. • Sophisticated automatic test equipment is needed to execute the test process. Hence stored-pattern testing becomes a timeconsuming and expensive task. • To solve this problem, several hardwareoriented approaches have been developed that add extra built-in test (BIT) circuitry to the original PLA such that the modified PLA can be easily tested. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 51
  • 52. Concurrent Testable PLAs • A PLA's regular memory-like structure suggests the application of special coding for either concurrent or off-line fault detection. • To test a PLA concurrently, i.e., during normal operation, requires that during fault-free operation only one product line can be activated by any input vector. • Concurrent Error Detection technique was proposed by Khakbaz and McCluskey. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 52
  • 53. Concurrent testable PLA design 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 53
  • 54. Contd.. • The testable PLA, shown in earlier slide has three checkers. • C1 is a totally self-checking (TSC) l-out-of-m checker on all product lines and detects any fault that destroys the non-concurrent property, such as a product line stuck at 1(0), or any missing and/or extra cross point in the AND array. • C2 is a TSC two-rail checker that tests all single stuck-at faults on the bit lines and input decoders. C3 is an output-code checker. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 54
  • 55. Contd.. • C3 is an output-code checker. Its complexity depends on how the outputs are coded. • The simplest code makes all output patterns have even (odd) parity. Here, only one extra output line needs to be added, and C3 would be a parity checker. • In general, C3 is not a TSC checker and may not be fully tested during normal operation, since the inputs to C3 are basically the PLA's outputs that are not directly controllable. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 55
  • 56. Contd.. • Testing occurs concurrently with normal operation. • Most errors are caught by one of the three checkers. However, the circuit is not totally self-checking. • Therefore off-line testing is still needed to ensure a high fault coverage. • This technique combines concurrent error detection with off-line testing by using the same added circuits for both modes of testing. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 56
  • 57. Parity Testable PLAs • The most popular code for PLA testing is the parity code. • Since PLAs have a regular array structure, it is possible to design a PLA so that it can be tested by a small set of deterministic tests that are function-independent, i.e., independent of the personality matrix. • This is possible because of two important concepts given in the next slide. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 57
  • 58. Contd.. • Let N, be the number of used cross points on bit line bi. One can add an extra product line and make connections to it such that every bit line has an even(odd) number of connections with product lines. • Then any single cross-point fault on bi changes the parity of Ni. • The same is true for output lines. Therefore single cross point faults can be detected by parity checking on these lines. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 58
  • 59. Contd.. • To test a PLA easily, it must be possible to control individually each bit and product line, and sensitize each product line through the OR array. • To obtain more efficient testable PLA designs, some researchers have focused on reducing area overhead and/or increasing fault coverage. • This can be done using the idea of parity compression 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 59
  • 60. Signature-Testable PLAs • Signature analysis is a simple and effective way for testing digital systems, and several self-testing PLA designs using this concept have been proposed. • In these approaches ,a set of input patterns is applied and the results are compressed to generate a signature , which, when compared with a known correct value, determines whether the PLA is faulty or not. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 60
  • 61. Partitioning and Testing of PLAs • Testing becomes more complex as the size of the PLA increases. • A common strategy for dealing with large complex PLAs is that of divide and conquer. • This principle has also been applied to the design of testable PLAs. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 61
  • 62. References • This lecture is totally incomplete with out the help of the following references. My heartfelt thanks to these authors. • 1. Partition –Based Algorithms for PLA Folding – By .Karthikeyan Kannappan. • 2. Digital systems Testing and TestableDesign By Miron Abramovici. 3. Logic Design Theory- N. Biswas. 2/7/2014 Dr.Y.Narasimha Murthy .Ph.D 62