Memori akses acak statik: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
k r2.7.2+) (bot Menambah: uk:SRAM |
Wagino Bot (bicara | kontrib) |
||
(13 revisi perantara oleh 11 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. SRAM juga didesain menggunakan desain cluster enam transistor untuk menyimpan setiap bit informasi. Desain ini membuat SRAM lebih mahal
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 ===
Baris 39 ⟶ 38:
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:
|