diff options
author | bd <bdunahu@operationnull.com> | 2025-04-19 03:37:43 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-19 03:37:43 -0400 |
commit | bb3d940fb4ce0dd3efc56b934a7b4ea8ffab4b13 (patch) | |
tree | 857e9ee14530e4492c6e6f612bce227a3197fd48 /gui/worker.h | |
parent | 327ba8b631436cf21866c05c6c7cae239fe54a5c (diff) |
GUI validate program
Diffstat (limited to 'gui/worker.h')
-rw-r--r-- | gui/worker.h | 1 |
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); |