diff options
author | bd <bdunahu@operationnull.com> | 2025-04-01 22:07:04 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-01 22:07:04 -0400 |
commit | 05a873027d01cdf6318d67b77a4eaad120b05527 (patch) | |
tree | 418621dd347ee8daeaebe7ce83316f21fd736e56 /inc/controller.h | |
parent | d4e3a7a3b1cff6885978093d5cc125e38cc397b3 (diff) | |
parent | 24f0bd8af57381ab3112b5774d4ad23ac80f0718 (diff) |
Merge remote-tracking branch 'origin/master' into bdunahu
Diffstat (limited to 'inc/controller.h')
-rw-r--r-- | inc/controller.h | 4 |
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; }; |