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/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/gui.h') diff --git a/gui/gui.h b/gui/gui.h index edcde88..6cbdc94 100644 --- a/gui/gui.h +++ b/gui/gui.h @@ -140,7 +140,7 @@ class GUI : public QMainWindow /** * The possible step slider values. */ - QVector step_values = {1, 5, 20, 50, 250, 1000, 10000, 100000, 500000, 100000000}; + QVector step_values = {1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 1000000000, 10000000000}; QThread workerThread; -- cgit v1.2.3