+ All Categories
Home > Documents > ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

Date post: 31-Dec-2015
Category:
Upload: evelyn-rodriguez
View: 44 times
Download: 0 times
Share this document with a friend
Description:
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices. Three-state devices Multiplexers. Three State Buffers/Drivers. A buffer/inverter with enable input - PowerPoint PPT Presentation
Popular Tags:
18
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices Three-state devices Multiplexers
Transcript
Page 1: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

ECE 3110: Introduction to Digital Systems

Chapter 6 Combinational Logic Design Practices

Three-state devices

Multiplexers

Page 2: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

Three State Buffers/Drivers

A buffer/inverter with enable input

Buffer Buffer Inverter Inverter Active High Enable Active Low Enable Active High Enable Active Low Enable

The device behaves like an ordinary buffer/inverter when the enable input is asserted.

The output is floating ( High Impedance, Hi-Z ) when the enable input is deasserted ( The input is isolated from the output, behaves as if it did not exist)

Application: Controlling the access of a single line/bus by multiple devices

Page 3: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

Three-state buffers

Output = LOW, HIGH, or Hi-Z.

Can tie multiple outputs together, if at most one at a time is driven.

Page 4: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

8 sources share a three-state party line

Page 5: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

Timing considerations

Page 6: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

Standard SSI/MSI 3-state buffers

SSI: 74x125, 74x126 (independent enable inputs)

MSI: 74x541 and varieties such as 74x540, 74x240, 74x241

Page 7: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

Octal non-inverting 3-state buffer

Hysteresis

Page 8: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

Driver application

Page 9: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

Pairs of 3-state buffers connected in opposite directions between each pair of pins, so data can be transferred in either direction.

DIR determines the direction of transfer (A-->B or B-->A)

Three-state transceiver

Page 10: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

Transceiver application

Bidirectional buses

Page 11: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

Multiplexers (mux)

Select one of n sources of data to transmit on a bus.

E.g. Put between Processor’s registers and ALU

A 16-bit processor where 3-bit field specifies one of 8 registers.

The 3-bit field is connected to the select inputs of an 8-input, 16-bit mux.

Page 12: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

MSI: 74x1518-input 1-bit multiplexer

Page 13: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

74x151 truth table

Page 14: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

Other multiplexer varieties

2-input, 4-bit-wide 74x157

4-input, 2-bit-wide 74x153

Page 15: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

Expanding Multiplexers

32-to-1 mux

Page 16: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

Demultiplexers

A mux is used to select one of n sources of data to transmit on a bus.

A demultiplexer can be used to route the bus data to one of m destinations. Just the inverse of a mux.

A binary decoder with an enable input can be used as a demux. E.g. 74x139 can be used as a 2-bit, 4-output demux.

Page 17: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

Homework #8

Notes: On all timing calculation problems, describe the circuit path used and show each number in the calculation. For problem 5.19, use real 74x parts ONLY and include specific 74x part numbers for all components used on the diagram.                    

Page 18: ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices

Next…

X-OR gates and Parity circuits Comparators

Reading Wakerly CH-6.8-6.9


Recommended