180 likes | 383 Views
Lecture 6 Combinational Components. CSCE 211 Digital Design. Topics Website; Xilinx schematic capture video Lab 1: wiring test Combinational Circuits Decoders Multiplexers Readings 5.4, 5.7. September 11, 2003. Overview. Last Time Lab 1 New Combinational Circuits / Components
E N D
Lecture 6Combinational Components CSCE 211 Digital Design • Topics • Website; Xilinx schematic capture video • Lab 1: wiring test • Combinational Circuits • Decoders • Multiplexers • Readings 5.4, 5.7 September 11, 2003
Overview • Last Time • Lab 1 • New • Combinational Circuits / Components • Decoders • 4x16 from 2x4 decoders • Multiplexers • VHDL –
Wiring an LED • To wire an led • Hook the positive to Vcc • Hook the negative to a 330 ohm resistor • Hook the resistor to Gnd • Check for loose wires • Check for shorts - +
Two Bit adder • How many inputs? • How many outputs? • Do we have enough chips?
Karnaugh Map Simplification • F(W,X,Y,Z) = X WX 00 01 11 10 YZ 00 01 11 10 Z Y W
Karnaugh Map Simplification • F(W,X,Y,Z) = X WX 00 01 11 10 YZ 00 01 11 10 Z Y W
Karnaugh Map Simplification • F(W,X,Y,Z) = X WX 00 01 11 10 YZ 00 01 11 10 Z Y W
Combinational Circuits • A combinational circuit is one that • The outputs are functions strictly of the inputs • There are no feedback loops
Multiplexers • A multiplexer selects one of its inputs to route to its outputs.