From 24de6faf71c85e0281b32fb899fcbe4fe82380c4 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 19 Apr 2025 04:16:00 -0400 Subject: Reinstate rest of worker.cc functions such that programs work again --- gui/worker.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gui/worker.h') diff --git a/gui/worker.h b/gui/worker.h index b6332b0..acfffcf 100644 --- a/gui/worker.h +++ b/gui/worker.h @@ -23,15 +23,16 @@ class Worker : public QObject * The storage objects, stored smallest to largest. */ std::deque s; - /** - * The stage objects, starting with fetch. - */ IF *if_stage; ID *id_stage; EX *ex_stage; MM *mm_stage; WB *wb_stage; Controller *ct; + /** + * The size each progressive cache level increases by. + */ + unsigned int size_inc; public: explicit Worker(QObject *parent = nullptr); -- cgit v1.2.3