summaryrefslogtreecommitdiff
path: root/gui/gui.h
diff options
context:
space:
mode:
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.