summaryrefslogtreecommitdiff
path: root/gui/worker.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-19 03:37:43 -0400
committerbd <bdunahu@operationnull.com>2025-04-19 03:37:43 -0400
commitbb3d940fb4ce0dd3efc56b934a7b4ea8ffab4b13 (patch)
tree857e9ee14530e4492c6e6f612bce227a3197fd48 /gui/worker.h
parent327ba8b631436cf21866c05c6c7cae239fe54a5c (diff)
GUI validate program
Diffstat (limited to 'gui/worker.h')
-rw-r--r--gui/worker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/worker.h b/gui/worker.h
index 53e4851..df7d9cc 100644
--- a/gui/worker.h
+++ b/gui/worker.h
@@ -31,6 +31,7 @@ public slots:
void refreshCache();
void refreshRegisters();
void runSteps(int steps);
+ void configure(std::vector<unsigned int> ways, bool is_pipelined);
signals:
void clock_cycles(int value, int pc);