Presentation is loading. Please wait.

Presentation is loading. Please wait.

A Programmable Logic Device Lecture 4.3. A Programmable Logic Device Multiple-input Gates A 2-Input, 1-Output PLD.

Similar presentations


Presentation on theme: "A Programmable Logic Device Lecture 4.3. A Programmable Logic Device Multiple-input Gates A 2-Input, 1-Output PLD."— Presentation transcript:

1 A Programmable Logic Device Lecture 4.3

2 A Programmable Logic Device Multiple-input Gates A 2-Input, 1-Output PLD

3 Multiple-input Gates Z 1 2 3 4 Z Z Z

4 Multiple-input AND Gate Z 1 Output is HIGH only if all inputs are HIGH Z 1 An open input will float HIGH

5 Multiple-input OR Gate Output is LOW only if all inputs are LOW Z 2 2 Z

6 Multiple-input NAND Gate Output is LOW only if all inputs are HIGH Z 3 3 Z

7 Multiple-input NOR Gate Output is HIGH only if all inputs are LOW Z 4 4 Z

8 A Programmable Logic Device

9 A = X & !X & Y & !Y = 0 & 0 = 0

10 A Programmable Logic Device A = X & !X & Y & !Y = 0 & 0 = 0 Z = A # B = 0 # B = B

11 A PLD AND Gate

12 A PLD OR Gate

13 Sum of Products Design X Y Z 0 0 0 0 1 1 1 0 1 1 1 0 Design an XOR gate m1 = !X & Y m2 = X & !Y Z = m1 # m2 = (!X & Y) # (X & !Y)

14 A PLD XOR Gate

15 What type of gate is this? XY X!XY!Y A B 1 2 Z removable jumpers

16 What type of gate is this? XY X!XY!Y A B 1 2 Z removable jumpers

17 Lab 2 – Structure of a PLD

18


Download ppt "A Programmable Logic Device Lecture 4.3. A Programmable Logic Device Multiple-input Gates A 2-Input, 1-Output PLD."

Similar presentations


Ads by Google