Programmable Logic Array (PLA) Digital Logic and Design BSCS 2 nd (MA) Group 2
Programmable logic devices (pld’ s ) Special type of IC Contains array of AND gates and OR gates Programmable
C ombinational pld’ s A combinational PLD is an IC that provide an AND-OR sum of product implementation. It has three types: PROM (Programmable Read Only Memory) PAL (Programmable Array Logic) PLA (Programmable Logic Array)
Comparison of PAL, P rom and pla PAL: Programmable AND array and fixed OR array. PROM: Fixed And array which is construction as a decoder and programmable OR array. PLA: Both the AND array and OR array can be programmed.
What is pla? It has both the AND arrays and OR arrays that can be programmed. Block diagram of PLA:
Operators of PLA Buffer: A buffer has only a single input and a single output with behavior that is the opposite of an NOT gate. It simply passes its input, unchanged, to its output.
Continued… AND gate: A HIGH output (1) results only if all the input to the AND gate are HIGH (1). OR gate: A HIGH output (1) results if one or both the inputs to the gate are HIGH (1). XOR gate: A HIGH output (1) results if (1) occurs only one time.