diff options
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); |