From 24fd3ac34fe955818542a8eaa7f76f87644f10bf Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 16 Apr 2025 15:13:37 -0400 Subject: Update README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dfde60f..ad0f4fb 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3