From 1e1279817e8a2a03b8c1acb9425464c82a065e01 Mon Sep 17 00:00:00 2001 From: Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> Date: Tue, 11 Mar 2025 01:31:43 -0400 Subject: Write line, dirty cache eviction, cache load word/line (for future multilevel cache implementation) --- inc/cache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/cache.h') diff --git a/inc/cache.h b/inc/cache.h index 04f6181..5cdcea4 100644 --- a/inc/cache.h +++ b/inc/cache.h @@ -25,6 +25,7 @@ class Cache : public Storage Accessor accessor, int address, std::array &data) override; + Response read_word(Accessor accessor, int address, signed int &data); /** * Getter for the meta attribute. -- cgit v1.2.3