Types of SRAM:
Async SRAM: This is an older type of SRAM used in many PC's for L2 cache. It works independently of the system clock.
Sync SRAM: This type of SRAM is synchronous, meaning it is synchronized with the system clock.
Pipeline Burst SRAM: This type of SRAM is most commonly used. SRAM requests are pipelined, meaning larger packets of data re sent to the memory at once, and acted on very quickly. This type of SRAM can operate at bus speeds higher than 66MHz, so is often used.











