From 5444319d5bba38244a09752e6491df2e9f4d1c61 Mon Sep 17 00:00:00 2001 From: Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> Date: Fri, 18 Apr 2025 04:05:19 -0400 Subject: initialization from GUI --- src/cache.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cache.cc') diff --git a/src/cache.cc b/src/cache.cc index c934a26..4e36a6d 100644 --- a/src/cache.cc +++ b/src/cache.cc @@ -24,6 +24,9 @@ Cache::~Cache() delete this->data; } +unsigned int +Cache::get_size() { return this->size; } + int Cache::write_word(void *id, signed int data, int address) { -- cgit v1.2.3