Content deleted Content added
Mikespedia (talk | contribs) Uncapitalized |
→top: ordinary caps |
||
(32 intermediate revisions by 21 users not shown) | |||
Line 1:
[[Image:2to4demux.
In [[digital electronics]], an '''address decoder''' is a [[binary decoder]]
|author=S. J. Cahill
|title=Digital and microprocessor engineering
|url=
|edition=2nd
|year=1993
|publisher=Ellis Horwood
|isbn=
|pages=489–494
}}</ref>
}}</ref> In the latter case, an address decoder with N address input bits can serve up to 2<sup>N</sup> separate devices. Several members of the [[List of 7400 series integrated circuits|7400 series]] of [[integrated circuit]] are address decoders. An example is the 74154 . This address decoder has four address inputs and sixteen (i.e., 2<sup>4</sup> ) 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 demux."▼
▲
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.<ref name="TAoE"/>▼
▲Address decoders are fundamental building blocks for systems that use [[Bus (computing)|buses]]. They are represented in all integrated circuit families and processes and in all standard [[FPGA]] and [[Application-specific integrated circuit|ASIC]] libraries. They are discussed in introductory textbooks in digital logic design.<ref name="TAoE"/>
== Address decoder selects the storage cell in a memory ==
An address decoder is a commonly used component in microelectronics that is used to select memory cells in randomly addressable memory devices.
Such a memory cell consists of a fixed number of memory elements or bits. The address decoder is connected to an address bus and reads the address created there. Using a special switching logic, it uses this address to calculate which memory cell is to be accessed. It then selects that cell by selecting it via a special control line. This line is also known as the select line. In dynamic memories ([[Dynamic random-access memory|DRAM]]), there are row and column select lines on the memory matrix, which are controlled by address decoders integrated in the chip.
Depending on the type of decoder, the logic used to select the memory cell can under certain circumstances be programmable.
== Address decoder selects the appropriate memory module ==
An address decoder is also used to select the appropriate one of multiple memory modules or memory chips when a particular address is provided by the processor system's address bus.
For this purpose, the memory modules or memory chips have selection inputs, usually referred to as chip select pin (CS) or chip enable pin (CE) pin. These inputs often have a negative logic function ({{overline|CS}} or {{overline|CE}}), i. H. with an adjacent logical zero (voltage level low) is selected.
The address decoder uses the different combinatorial logic to place the memory modules or chips in the address space of a processor. The memory modules often have a smaller capacity than the address space. In most cases, several modules can be used, even if they are completely identical in structure. It must be ensured that they differ in the address range.
==References==
{{reflist}}
[[Category:Digital circuits| ]]▼
{{Compu-hardware-stub}}
|