diff options
Diffstat (limited to 'gui/worker.h')
-rw-r--r-- | gui/worker.h | 7 |
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 |