Lec04 Decoder
Lec04 Decoder
Any logic circuits can be transformed to an implementation where only NAND gates (and inverters) are used. The general approach to finding a NAND-gate realization: Use DeMorgans theorem to eliminate all the OR operations.
Ch2. Decoder
Dr. Bernard Chen Ph.D.
University of Central Arkansas Spring 2009
Integrated Circuits
An integrated circuit is a piece (also called a chip) of silicon on which multiple gates or transistors have been embedded These silicon pieces are mounted on a plastic or ceramic package with pins along the edges that can be soldered onto circuit boards or inserted into appropriate sockets
Integrated Circuits
SSI, MSI, LSI: They perform small tasks such as addition of few bits. small memories, small processors VLSI Tasks: - Large memory - Complex microprocessors, CPUs
Decoder
Consists of:
Inputs (n) Outputs (2n , numbered from 0 p 2n - 1) Selectors / Enable (active high or active low)
2-to-4 Decoder
2-to-4 Decoder
3-to-8 Decoder
Decoder Expansion
Decoder expansion Combine two or more small decoders with enable inputs to form a larger decoder
The MSB is connected to the enable inputs if A2=0, upper is enabled; if A2=1, lower is enabled.
Decoder Expansion
Combining two 2-4 decoders to form one 3-8 decoder using enable switch
Combinational circuit implementation with decoders n A decoder provide 2 minterms of n input variables Since any Boolean function can be expressed as a sum of minterms, one can use a decoder and external OR gates to implement any combinational function.