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, 4 insertions, 1 deletions
diff --git a/gui/gui.h b/gui/gui.h
index 97f131a..cbd482b 100644
--- a/gui/gui.h
+++ b/gui/gui.h
@@ -42,7 +42,10 @@ class GUI : public QMainWindow
void sendRefreshCache();
void sendRefreshRegisters();
void sendRunSteps(int steps);
- void sendConfigure(std::vector<unsigned int> ways, bool is_pipelined);
+ void sendConfigure(
+ std::vector<unsigned int> ways,
+ vector<int> program,
+ bool is_pipelined);
private slots:
void onWorkerClockCycles(int value, int pc);