diff options
author | bd <bdunahu@operationnull.com> | 2025-04-16 15:13:37 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-16 15:13:37 -0400 |
commit | 24fd3ac34fe955818542a8eaa7f76f87644f10bf (patch) | |
tree | 317463528410f56039df9d67f8a52fbc624014ff /README.md | |
parent | 0041cc424b5711559302bd77a534922a9dbca8ae (diff) |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,8 +1,6 @@ # RAM - RAM Acts Magically -## - -This is a cache and memory simulator for a custom ISA nicknamed "RISC V[ECTOR]". It uses a writeback and write allocate on a miss scheme, and supports a configurable number of cache levels and ways, with a least-recently used replacement policy. +This is a cache and memory simulator for a custom ISA nicknamed "RISC V[ECTOR]". It uses a writeback and write allocate on a miss scheme. It also supports a configurable number of cache levels and ways (allowing creation of a direct mapped or fully associative cache). Additionally, it uses a least-recently used replacement policy. ## Dependencies |