diff options
author | Siddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com> | 2025-04-28 21:49:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-28 21:49:25 -0400 |
commit | 32a1762b3b9091f6e2d553601f3e3a3a5d87b889 (patch) | |
tree | cb12daab120a8298d5e78219602fded822bdd671 /gui/worker.h | |
parent | 9e7debd7bff14893f2722c37f42d9c6b70fbdcbf (diff) | |
parent | 930ec733e988c4996918065b4656f0508c6e2df6 (diff) |
Merge pull request #76 from bdunahu/bdunahu
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, |