From cc2781682a47dc331f7bbcb5d7842db5197d29fc Mon Sep 17 00:00:00 2001 From: Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> Date: Tue, 1 Apr 2025 21:54:38 -0400 Subject: GUI and controller on separate threads --- inc/controller.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'inc') 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; }; -- cgit v1.2.3