Memori akses acak statik: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
Wagino Bot (bicara | kontrib) |
|||
(38 revisi perantara oleh 27 pengguna tidak ditampilkan) | |||
Baris 1:
'''Memori akses acak statik''' ([[bahasa Inggris]]: '''Static Random Access Memory''', '''SRAM''') adalah sejenis memori [[semikonduktor]].
Kata "statik" menandakan bahwa memori memegang isinya selama listrik tetap berjalan, tidak seperti RAM dinamik ([[Dynamic Random Access Memory|DRAM]]) yang membutuhkan untuk "disegarkan" ("refreshed") secara periodik. Hal ini dikarenakan SRAM didesain menggunakan transistor tanpa kapasitor. Tidak adanya kapasitor membuat tidak ada daya yang bocor sehingga SRAM tidak membutuhkan refresh periodik.
Chip SRAM lazimnya digunakan sebagai chace memori
<!--
Each [[bit]] in an SRAM is stored on four [[transistor]]s that form two cross-coupled [[logical_not|inverter]]s. This storage cell has two stable states which are used to denote '''0''' and '''1'''. Two additional ''access'' transistors serve to control the access to a storage cell during read and write operations. It thus typically takes six [[MOSFET]]s to store one memory bit.
The symmetric circuit structure allows the value of a memory location to be read much faster than in a [[Dynamic Random Access Memory|DRAM]].
Another difference with DRAM that contributes to making SRAM faster is that commercial chips accept all address bits at a time. As opposed to this, commodity DRAMs have the address multiplexed in two halves, i.e. higher bits followed by lower bits, over the same package pins in order to keep their size and cost down.
Baris 17:
The size of an SRAM with ''m'' address lines and ''n'' data lines is <math>2^m</math> words, or <math>2^m \times n</math> bits.
-->
== Jenis SRAM ==
=== Berdasarkan jenis transistor ===
* bipolar (sekarang tidak banyak digunakan:
* [[CMOS]] (jenis paling umum)
=== Berdasarkan fungsi ===
* Asynchronous (independent of clock frequency, data-in and data out are controlled
by address transistion).
* Synchronous (all timings are initiated by the clock rise/fall time. Address, data-in
and other control signals are associated with the clock signals) .
<!--
== Applications ==
Fast SRAM is faster than DRAM and is used where speed is the most important requirement, as in the [[CPU cache|cache]] of a [[Central processing unit|CPU]] and in [[digital signal processing]] [[circuit]]s. Slow, low-capacity SRAMs are used where low power consumption and low cost are the most important requirements, as in battery-powered backup RAM. SRAM is less dense than DRAM (fewer bits per unit area) and is therefore not suitable for high-capacity, low-cost applications such as [[Personal computer|PC]] [[extended memory]].
The [[Electric power|power]] consumption of SRAM varies widely depending on its speed. Fast SRAM is much more power-hungry than DRAM, and some [[integrated circuit|IC]]s can consume power of the order of a [[watt]] at full speed. Slow SRAM, such as the [[battery (electricity)|battery]]-powered "CMOS" RAM on PC motherboards, can have a very low power consumption, in the region of a microwatt.
== SRAM for hobbyists ==
Another current role for SRAM is that it is significantly easier to work with at the hobbyist level than [[DRAM]]. There is no need to deal with the refresh cycles of DRAM, and the address and signal pins are separate rather than multiplexed. Therefore the chip has a very straightforward pin-out: power, ground, some address pins, some data pins, and three control pins "write enable", "chip enable" and "output enable". "Chip enable" is for use in systems containing multiple SRAM chips; a [[demultiplexer]], such as a 74LS154, converts some upper bits of the address into a chip-enable for one of sixteen chips.
To write to the chip, the address is presented on the address pins and the desired data on the data pins, then the appropriate chip-enable is set, and then the write-enable. To read from it, the controller first presents the address, then the chip-enable, then the output-enable.
-->
{{Authority control}}
[[Kategori:Memori komputer]]
[[Kategori:Ram 2GB samsung GT 19082]]
|