62
PLA MINIMIZATION –FOLDING & PLA TESTING Dr. Y. NARASIMHA MURTHY. Ph.D SRI SAIBABA NATIONAL COLLEGE (Autonomous) ANANTAPUR-515001-A.P [email protected] 06/08/2022 1 Dr.Y.Narasimha Murthy .Ph.D

PLA Minimization -Testing

Embed Size (px)

DESCRIPTION

Useful for M.Tech VLSI students

Citation preview

Page 1: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 1

PLA MINIMIZATION –FOLDING &

PLA TESTING

Dr. Y. NARASIMHA MURTHY. Ph.D

SRI SAIBABA NATIONAL COLLEGE (Autonomous)

[email protected]

Page 2: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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).

Page 3: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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

Page 4: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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 "IF-THEN 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.

Page 5: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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

Page 6: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 6

Diagram-PLA

Page 7: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 7

Schematic-BCD to Gray code converter

Page 8: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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 sum-of-products expression, while a ROM directly implements a truth table.

Page 9: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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

Page 10: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 11: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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

Page 12: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 13: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 14: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 15: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 16: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 16

PLA Folding• Folding is a technology-independent,

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.

Page 17: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 18: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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

Page 19: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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

Page 20: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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

Page 21: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 22: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 22

Column folding

(a)Original PLA (b).Row Permuted PLA

Page 23: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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).

Page 24: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 25: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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

Page 26: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 27: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 27

Row-Folding-Example

Page 28: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 29: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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 OR-planes (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.

Page 30: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 31: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 32: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 33: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 34: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 35: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 36: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 37: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 38: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 39: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 40: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 41: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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 technology-dependent .

Page 42: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 43: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 44: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 45: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 46: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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).

Page 47: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 48: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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

Page 49: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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

Page 50: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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 .

Page 51: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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 time-consuming and expensive task.

• To solve this problem, several hardware-oriented 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.

Page 52: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 53: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 53

Concurrent testable PLA design

Page 54: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 55: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 56: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 57: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 58: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 59: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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

Page 60: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 61: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.

Page 62: PLA Minimization -Testing

04/12/2023 Dr.Y.Narasimha Murthy .Ph.D 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.