summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sim/controller.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/controller.cc b/src/sim/controller.cc
index 2813905..6d46dc4 100644
--- a/src/sim/controller.cc
+++ b/src/sim/controller.cc
@@ -5,7 +5,7 @@
Controller::Controller(Stage *stage, Storage *storage, bool is_pipelined)
: Stage(stage)
{
- this->clock_cycle = 0;
+ this->clock_cycle = 1;
this->storage = storage;
this->is_pipelined = is_pipelined;
this->pc = 0x0;