Searched Projects

Tags: edge-triggered

project.name
21 Stars     5638 Views

Static RAM

Static RAM

Emulation of 'static RAM', which is essentially built from D-type flip-flops.

The principal difference between this and the standard RAM component in CircuitVerse is that all the static RAMs in this project are edge-triggered for write (reading is asynchronous).

The basic building block is the 1x8-bit SRAM circuit - a single byte of memory, built from an 8-bit D-type flip flop.

16 of these are then used in a 4 x 4 grid to build the 16x8-bit SRAM circuit, which now includes the necessary 4-bit address decoding circuitry.

16 of these are then used in a 4 x 4 grid to build the 256x8-bit SRAM circuit.

The pattern could be applied recursively to build, in turn, a 4KB, 64KB, 1MB chip, and so on.