From 68324683cde10c636a4a602644f3e64d24b0e412 Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 1 Apr 2025 20:36:31 -0400 Subject: Lots of fixes and tests --- src/sim/controller.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sim/controller.cc') diff --git a/src/sim/controller.cc b/src/sim/controller.cc index 293ee73..0b5c4d0 100644 --- a/src/sim/controller.cc +++ b/src/sim/controller.cc @@ -34,6 +34,7 @@ InstrDTO *Controller::advance(Response p) InstrDTO *r; r = this->next->advance(p); ++this->clock_cycle; + return r; } -- cgit v1.2.3