diff options
author | bd <bdunahu@operationnull.com> | 2025-04-18 19:31:17 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-18 19:31:17 -0400 |
commit | 5e96476ae29a104df1c4526ba1037dc830207d56 (patch) | |
tree | d265a50df61bda586a819dc0305e5dccb2611f98 /gui/worker.h | |
parent | 80063914f09975f24451ce1acb9875cea0d2d384 (diff) |
Use a slider for step amount
Diffstat (limited to 'gui/worker.h')
-rw-r--r-- | gui/worker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/worker.h b/gui/worker.h index 60bbce3..f0ce7a3 100644 --- a/gui/worker.h +++ b/gui/worker.h @@ -45,7 +45,7 @@ public slots: void configure(std::vector<int> ways, std::vector<int> size, bool is_pipelined, bool is_cache_enabled); void refreshCache(); void refreshRegisters(); - void runStep(); + void runSteps(int steps); signals: void clock_cycles(int value, int pc); |