summaryrefslogtreecommitdiff
path: root/inc/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/controller.h')
-rw-r--r--inc/controller.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/controller.h b/inc/controller.h
index 17aba37..f56b1b4 100644
--- a/inc/controller.h
+++ b/inc/controller.h
@@ -38,6 +38,10 @@ class Controller : public Stage
*/
int get_pc();
+ void set_gprs(int index, int value);
+
+ void set_pipelined(bool value);
+
private:
void advance_helper() override;
};