Address decoder

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
File:2to4demux.svg
The four states of a 2-to-4 Decoder

In digital electronics, an address decoder is a binary decoder circuit that has two or more bits of an address bus as inputs and that has one or more device selection lines as outputs.[1]

When the address for a particular device appears on the address bus, the address decoder asserts the selection line for that device. A separate single-device address decoder may be incorporated into each device on an address bus, or a single address decoder may serve multiple devices.[2]

When a single address decoder serves multiple devices, an address decoder with n address input bits can serve up to 2n separate devices. Several members of the 7400 series of integrated circuit are address decoders. An example is the 74154.[3] This address decoder has four address inputs and sixteen (i.e., 24) device selector outputs. An address decoder is also referred to as a "demultiplexer" or "demux", although these terms are more general and can refer to devices other than address decoders. The 74154 mentioned above can be called a "4-to-16 demultiplexer".

Address decoders are fundamental building blocks for systems that use buses. They are represented in all integrated circuit families and processes and in all standard FPGA and ASIC libraries. They are discussed in introductory textbooks in digital logic design.[1]

References

  1. 1.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Datasheet for 74HC154

External links


<templatestyles src="Asbox/styles.css"></templatestyles>