Content deleted Content added
m caps, spelling |
No edit summary |
||
Line 1:
In [[digital electronics]], an '''Address decoder''' is a circuit that has two or more bits of an [[address bus]] as inputs and that has one or more device selection lines as outputs. 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. In the latter case, an address decoder with N address input bits can serve up to 2<sup>N</sup> separate
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.
|