summaryrefslogtreecommitdiff
path: root/src/cache.cc
diff options
context:
space:
mode:
authorbd <bdunaisky@umass.edu>2025-04-18 12:16:10 +0000
committerGitHub <noreply@github.com>2025-04-18 12:16:10 +0000
commitc9ebd556a633a6091f28166a95e110f052461edc (patch)
tree2264d837c498729b9c18196930791bdb70fd8f32 /src/cache.cc
parent3072eead6fa128398a3cbc0d874473385aef6878 (diff)
parent5444319d5bba38244a09752e6491df2e9f4d1c61 (diff)
Merge pull request #5 from bdunahu/dev-sid
initialization from GUI
Diffstat (limited to 'src/cache.cc')
-rw-r--r--src/cache.cc3
1 files changed, 3 insertions, 0 deletions
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)
{