summaryrefslogtreecommitdiff
path: root/gui/gui.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-18 19:03:35 -0400
committerbd <bdunahu@operationnull.com>2025-04-18 19:03:35 -0400
commit80063914f09975f24451ce1acb9875cea0d2d384 (patch)
tree10973bf14631925f9432eaf3bf137de3b2339102 /gui/gui.h
parent2f239d57373ed8fba5d94ed3b5a85ff33acf3734 (diff)
Remove run_steps button
Diffstat (limited to 'gui/gui.h')
-rw-r--r--gui/gui.h20
1 files changed, 9 insertions, 11 deletions
diff --git a/gui/gui.h b/gui/gui.h
index c25ab93..ee871a1 100644
--- a/gui/gui.h
+++ b/gui/gui.h
@@ -55,29 +55,27 @@ private slots:
void onWorkerShowDram(const std::vector<std::array<signed int, LINE_SIZE>> data);
void onWorkerShowCache(const std::vector<std::array<signed int, LINE_SIZE>> data);
-
+
void onWorkerShowRegisters(const std::array<int, GPR_NUM> &data);
-
+
void onWorkerFinished();
-
+
void on_upload_intructions_btn_clicked();
-
+
void on_upload_program_state_btn_clicked();
void on_Configure_Btn_clicked();
-
+
void on_set_levels_btn_clicked();
void on_set_cache_btn_clicked();
-
+
void on_enable_pipeline_checkbox_checkStateChanged(const Qt::CheckState &arg1);
-
+
void on_enabl_cache_checkbox_checkStateChanged(const Qt::CheckState &arg1);
-
- void on_run_steps_btn_clicked();
-
+
void on_step_btn_clicked();
-
+
void on_save_program_state_btn_clicked();
private: