SRAMs
SRAM, or static random-access memory, is a type of volatile memory that stores each bit with a flip-flop circuit, typically implemented from transistors. Unlike DRAM, SRAM does not require periodic refreshing to retain data as long as power is supplied. This makes SRAM faster and simpler to interface, but more expensive to produce and less dense.
A standard SRAM cell uses a cross-coupled pair of inverters with access transistors to control read and
SRAM is widely used for fast, low-latency storage in the memory hierarchy, including CPU caches (L1, L2,
Compared with DRAM, SRAM does not require refreshing, but DRAM offers much higher density and lower cost