add memory_pipe_experiment
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 17 Apr 2020 02:37:15 +0000 (19:37 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 17 Apr 2020 02:37:15 +0000 (19:37 -0700)
commitac37c3a59328a8bb8dc450387e6f58a7e5d1fc8a
treec259a2b1f751adcd9fd7d6c587759284771c582c
parent780d833a75bf13e9392129b826040cc1f5f31bfb
add memory_pipe_experiment
src/soc/memory_pipe_experiment/__init__.py [new file with mode: 0644]
src/soc/memory_pipe_experiment/config.py [new file with mode: 0644]
src/soc/memory_pipe_experiment/l1_cache_memory.py [new file with mode: 0644]
src/soc/memory_pipe_experiment/test_l1_cache_memory.py [new file with mode: 0644]