summaryrefslogtreecommitdiff
path: root/gui/gui.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-19 12:18:14 -0400
committerbd <bdunahu@operationnull.com>2025-04-19 12:18:14 -0400
commit5ad39ec769fa09b9ac4dcc8f66232ef51384a3c6 (patch)
tree76291c5284711f5e371134439dce2c4c48432528 /gui/gui.h
parent24de6faf71c85e0281b32fb899fcbe4fe82380c4 (diff)
Safely delete old controller object when re-initializing
Diffstat (limited to 'gui/gui.h')
-rw-r--r--gui/gui.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gui/gui.h b/gui/gui.h
index cbd482b..4c47874 100644
--- a/gui/gui.h
+++ b/gui/gui.h
@@ -38,9 +38,6 @@ class GUI : public QMainWindow
void set_status(const std::function<std::string()> &func);
signals:
- void sendRefreshDram();
- void sendRefreshCache();
- void sendRefreshRegisters();
void sendRunSteps(int steps);
void sendConfigure(
std::vector<unsigned int> ways,
@@ -110,7 +107,7 @@ class GUI : public QMainWindow
/**
* If this stage is pipelined or not.
*/
- bool is_pipelined = false;
+ bool is_pipelined = true;
/**
* The possible step slider values.