From 930ec733e988c4996918065b4656f0508c6e2df6 Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 28 Apr 2025 18:24:49 -0400 Subject: Fix bug with pipeline blockage, swap DRAM delay to 100 --- gui/worker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/worker.h') 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 ways, std::vector program, -- cgit v1.2.3