diff options
author | bd <bdunahu@operationnull.com> | 2025-04-28 18:24:49 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-28 18:24:49 -0400 |
commit | 930ec733e988c4996918065b4656f0508c6e2df6 (patch) | |
tree | cb12daab120a8298d5e78219602fded822bdd671 /gui/worker.h | |
parent | 9e7debd7bff14893f2722c37f42d9c6b70fbdcbf (diff) |
Fix bug with pipeline blockage, swap DRAM delay to 100
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 2a362a4..ad7f162 100644 --- a/gui/worker.h +++ b/gui/worker.h @@ -56,7 +56,7 @@ class Worker : public QObject QMutex &get_ct_mutex() { return ct_mutex; } public slots: - void runSteps(int steps); + void runSteps(long steps); void configure( std::vector<unsigned int> ways, std::vector<signed int> program, |