summaryrefslogtreecommitdiff
path: root/gui/worker.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-18 19:03:35 -0400
committerbd <bdunahu@operationnull.com>2025-04-18 19:03:35 -0400
commit80063914f09975f24451ce1acb9875cea0d2d384 (patch)
tree10973bf14631925f9432eaf3bf137de3b2339102 /gui/worker.h
parent2f239d57373ed8fba5d94ed3b5a85ff33acf3734 (diff)
Remove run_steps button
Diffstat (limited to 'gui/worker.h')
-rw-r--r--gui/worker.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gui/worker.h b/gui/worker.h
index fe539fe..60bbce3 100644
--- a/gui/worker.h
+++ b/gui/worker.h
@@ -43,9 +43,8 @@ public slots:
void refreshDram();
void loadProgram(std::vector<signed int> p);
void configure(std::vector<int> ways, std::vector<int> size, bool is_pipelined, bool is_cache_enabled);
- void refreshCache();
- void refreshRegisters();
- void runSteps(int steps);
+ void refreshCache();
+ void refreshRegisters();
void runStep();
signals:
@@ -61,4 +60,4 @@ signals:
void finished();
};
-#endif // WORKER_H \ No newline at end of file
+#endif // WORKER_H