From c84c48102c0eba5d9b690736dea8f759bbf9cfd9 Mon Sep 17 00:00:00 2001 From: CNLohr Date: Fri, 24 Nov 2023 00:35:33 -0500 Subject: [PATCH] Update README.md --- cachetest/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cachetest/README.md b/cachetest/README.md index a71ae2d..727868a 100644 --- a/cachetest/README.md +++ b/cachetest/README.md @@ -1,4 +1,5 @@ -# Cachetest (incomplete) +# Cachetest (incomplete/GPU Only) Playing with the idea of being able to have a cache, for systems where main system RAM access is slow. +This cache is intended to run on the GPU, so it doesn't line up to what most people would want to do on simulating embedded systems.