Презентация Combinational logic design онлайн

На нашем сайте вы можете скачать и просмотреть онлайн доклад-презентацию на тему Combinational logic design абсолютно бесплатно. Урок-презентация на эту тему содержит всего 83 слайда. Все материалы созданы в программе PowerPoint и имеют формат ppt или же pptx. Материалы и темы для презентаций взяты из открытых источников и загружены их авторами, за качество и достоверность информации в них администрация сайта не отвечает, все права принадлежат их создателям. Если вы нашли то, что искали, отблагодарите авторов - поделитесь ссылкой в социальных сетях, а наш сайт добавьте в закладки.
Презентации » Математика » Combinational logic design



Оцените!
Оцените презентацию от 1 до 5 баллов!
  • Тип файла:
    ppt / pptx (powerpoint)
  • Всего слайдов:
    83 слайда
  • Для класса:
    1,2,3,4,5,6,7,8,9,10,11
  • Размер файла:
    2.89 MB
  • Просмотров:
    67
  • Скачиваний:
    0
  • Автор:
    неизвестен



Слайды и текст к этой презентации:

№1 слайд
Содержание слайда:

№2 слайд
Introduction Introduction
Содержание слайда: Introduction Introduction Boolean Equations Boolean Algebra From Logic to Gates Multilevel Combinational Logic X’s and Z’s, Oh My Karnaugh Maps Combinational Building Blocks Timing

№3 слайд
A logic circuit is composed
Содержание слайда: A logic circuit is composed of: A logic circuit is composed of: Inputs Outputs Functional specification Timing specification

№4 слайд
Nodes Nodes Inputs A, B, C
Содержание слайда: Nodes Nodes Inputs: A, B, C Outputs: Y, Z Internal: n1 Circuit elements E1, E2, E3 Each a circuit

№5 слайд
Combinational Logic
Содержание слайда: Combinational Logic Combinational Logic Memoryless Outputs determined by current values of inputs Sequential Logic Has memory Outputs determined by previous and current values of inputs

№6 слайд
Every element is
Содержание слайда: Every element is combinational Every element is combinational Every node is either an input or connects to exactly one output The circuit contains no cyclic paths Example:

№7 слайд
Functional specification of
Содержание слайда: Functional specification of outputs in terms of inputs Functional specification of outputs in terms of inputs Example: S = F(A, B, Cin) Cout = F(A, B, Cin)

№8 слайд
Complement variable with a
Содержание слайда: Complement: variable with a bar over it Complement: variable with a bar over it A, B, C Literal: variable or its complement A, A, B, B, C, C Implicant: product of literals ABC, AC, BC Minterm: product that includes all input variables ABC, ABC, ABC Maxterm: sum that includes all input variables (A+B+C), (A+B+C), (A+B+C)

№9 слайд
Содержание слайда:

№10 слайд
Sum-of-Products Form
Содержание слайда: Sum-of-Products Form

№11 слайд
Sum-of-Products Form
Содержание слайда: Sum-of-Products Form

№12 слайд
Содержание слайда:

№13 слайд
You are going to the
Содержание слайда: You are going to the cafeteria for lunch You are going to the cafeteria for lunch You won’t eat lunch (E) If it’s not open (O) or If they only serve corndogs (C) Write a truth table for determining if you will eat lunch (E).

№14 слайд
You are going to the
Содержание слайда: You are going to the cafeteria for lunch You are going to the cafeteria for lunch You won’t eat lunch (E) If it’s not open (O) or If they only serve corndogs (C) Write a truth table for determining if you will eat lunch (E).

№15 слайд
SOP amp POS Form SOP
Содержание слайда: SOP & POS Form SOP – sum-of-products POS – product-of-sums

№16 слайд
SOP sum-of-products SOP
Содержание слайда: SOP – sum-of-products SOP – sum-of-products POS – product-of-sums

№17 слайд
Axioms and theorems to
Содержание слайда: Axioms and theorems to simplify Boolean equations Axioms and theorems to simplify Boolean equations Like regular algebra, but simpler: variables have only two values (1 or 0) Duality in axioms and theorems: ANDs and ORs, 0’s and 1’s interchanged

№18 слайд
Содержание слайда:

№19 слайд
Содержание слайда:

№20 слайд
Содержание слайда:

№21 слайд
Содержание слайда:

№22 слайд
Содержание слайда:

№23 слайд
Содержание слайда:

№24 слайд
Содержание слайда:

№25 слайд
Содержание слайда:

№26 слайд
Содержание слайда:

№27 слайд
Содержание слайда:

№28 слайд
Содержание слайда:

№29 слайд
Содержание слайда:

№30 слайд
Содержание слайда:

№31 слайд
Y AB AB Y AB AB
Содержание слайда: Y = AB + AB Y = AB + AB

№32 слайд
Y AB AB Y AB AB B A A T B T BT
Содержание слайда: Y = AB + AB Y = AB + AB = B(A + A) T8 = B(1) T5’ = B T1

№33 слайд
Y A AB ABC Y A AB ABC
Содержание слайда: Y = A(AB + ABC) Y = A(AB + ABC)

№34 слайд
Y A AB ABC Y A AB ABC A AB C
Содержание слайда: Y = A(AB + ABC) Y = A(AB + ABC) = A(AB(1 + C)) T8 = A(AB(1)) T2’ = A(AB) T1 = (AA)B T7 = AB T3

№35 слайд
Y AB A B Y AB A B Y A B A B
Содержание слайда: Y = AB = A + B Y = AB = A + B Y = A + B = A B

№36 слайд
Backward Backward Body
Содержание слайда: Backward: Backward: Body changes Adds bubbles to inputs Forward: Body changes Adds bubble to output

№37 слайд
Содержание слайда:

№38 слайд
Содержание слайда:

№39 слайд
Содержание слайда:

№40 слайд
Содержание слайда:

№41 слайд
Содержание слайда:

№42 слайд
Содержание слайда:

№43 слайд
Содержание слайда:

№44 слайд
Two-level logic ANDs followed
Содержание слайда: Two-level logic: ANDs followed by ORs Two-level logic: ANDs followed by ORs Example: Y = ABC + ABC + ABC

№45 слайд
Inputs on the left or top
Содержание слайда: Inputs on the left (or top) Inputs on the left (or top) Outputs on right (or bottom) Gates flow from left to right Straight wires are best

№46 слайд
Wires always connect at a T
Содержание слайда: Wires always connect at a T junction Wires always connect at a T junction A dot where wires cross indicates a connection between the wires Wires crossing without a dot make no connection

№47 слайд
Example Priority Circuit
Содержание слайда: Example: Priority Circuit Example: Priority Circuit Output asserted corresponding to most significant TRUE input

№48 слайд
Example Priority Circuit
Содержание слайда: Example: Priority Circuit Example: Priority Circuit Output asserted corresponding to most significant TRUE input

№49 слайд
Содержание слайда:

№50 слайд
Содержание слайда:

№51 слайд
Contention circuit tries to
Содержание слайда: Contention: circuit tries to drive output to 1 and 0 Contention: circuit tries to drive output to 1 and 0 Actual value somewhere in between Could be 0, 1, or in forbidden zone Might change with voltage, temperature, time, noise Often causes excessive power dissipation Warnings: Contention usually indicates a bug. X is used for “don’t care” and contention - look at the context to tell them apart

№52 слайд
Floating, high impedance,
Содержание слайда: Floating, high impedance, open, high Z Floating, high impedance, open, high Z Floating output might be 0, 1, or somewhere in between A voltmeter won’t indicate whether a node is floating Tristate Buffer

№53 слайд
Floating nodes are used in
Содержание слайда: Floating nodes are used in tristate busses Floating nodes are used in tristate busses Many different drivers Exactly one is active at once

№54 слайд
Boolean expressions can be
Содержание слайда: Boolean expressions can be minimized by combining terms Boolean expressions can be minimized by combining terms K-maps minimize equations graphically PA + PA = P

№55 слайд
Содержание слайда:

№56 слайд
Содержание слайда:

№57 слайд
Содержание слайда:

№58 слайд
Complement variable with a
Содержание слайда: Complement: variable with a bar over it Complement: variable with a bar over it A, B, C Literal: variable or its complement A, A, B, B, C, C Implicant: product of literals ABC, AC, BC Prime implicant: implicant corresponding to the largest circle in a K-map

№59 слайд
Every must be circled at
Содержание слайда: Every 1 must be circled at least once Every 1 must be circled at least once Each circle must span a power of 2 (i.e. 1, 2, 4) squares in each direction Each circle must be as large as possible A circle may wrap around the edges A “don't care” (X) is circled only if it helps minimize the equation

№60 слайд
Содержание слайда:

№61 слайд
Содержание слайда:

№62 слайд
Содержание слайда:

№63 слайд
Содержание слайда:

№64 слайд
Содержание слайда:

№65 слайд
Содержание слайда:

№66 слайд
Multiplexers Multiplexers
Содержание слайда: Multiplexers Multiplexers Decoders

№67 слайд
Selects between one of N
Содержание слайда: Selects between one of N inputs to connect to output Selects between one of N inputs to connect to output log2N-bit select input – control input Example: 2:1 Mux

№68 слайд
Logic gates Logic gates
Содержание слайда: Logic gates Logic gates Sum-of-products form

№69 слайд
Содержание слайда:

№70 слайд
Содержание слайда:

№71 слайд
Содержание слайда:

№72 слайд
Содержание слайда:

№73 слайд
Содержание слайда:

№74 слайд
Содержание слайда:

№75 слайд
Содержание слайда:

№76 слайд
Содержание слайда:

№77 слайд
Содержание слайда:

№78 слайд
Содержание слайда:

№79 слайд
Содержание слайда:

№80 слайд
Содержание слайда:

№81 слайд
Содержание слайда:

№82 слайд
Содержание слайда:

№83 слайд
Содержание слайда:

Скачать все slide презентации Combinational logic design одним архивом: