diff options
author | bd <bdunahu@operationnull.com> | 2025-04-21 18:55:26 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-21 18:55:26 -0400 |
commit | efc4ce2d15aeb54dccf9493c11de9bb8467033c1 (patch) | |
tree | 599082f31a76228cdff6c7180ea1a9082f027a39 /gui/worker.h | |
parent | 812a0036787bea3833bdbf2684a706d4a7165cf1 (diff) |
Untested multi-cache-view
Diffstat (limited to 'gui/worker.h')
-rw-r--r-- | gui/worker.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gui/worker.h b/gui/worker.h index 62c8d84..95c81d5 100644 --- a/gui/worker.h +++ b/gui/worker.h @@ -70,9 +70,7 @@ class Worker : public QObject signals: void clock_cycles(int value, int pc); void - dram_storage(const std::vector<std::array<signed int, LINE_SIZE>> data); - void - cache_storage(const std::vector<std::array<signed int, LINE_SIZE>> data); + storage(const std::vector<std::array<signed int, LINE_SIZE>> data, int i); void register_storage(const std::array<int, GPR_NUM> data); void if_info(const std::vector<int> info); void id_info(const std::vector<int> info); |