7 4x4 Memory

7 : 4x4 Memory

Select Project123456789ONSW2
  • Author: Yannick Reiß
  • Description: Store 4x4 bits of memory.
  • GitHub repository
  • Clock: 1000 Hz

How it works

On write enable, the four data-inputs are saved to the d-flipflops selected by the address inputs. The output is always read from the current selected flipflops.

How to test

Connect a clock, buttons for reset and write_enable and switches for address and data like shown below. The output can be read by using 4 LEDs or any other kind of binary output device.

IO

#InputOutput
0clockdata1
1resetdata2
2write_enabledata3
3addr1data4
4addr2
5data1
6data2
7data3