summaryrefslogtreecommitdiff
path: root/src/mem/physical.cc
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2012-11-16 10:27:47 -0600
committerNilay Vaish <nilay@cs.wisc.edu>2012-11-16 10:27:47 -0600
commit2d6470936ca06310b213117159fa0010259708cd (patch)
tree24fc62d3c1b27711fecadffacc722bbae45c3df9 /src/mem/physical.cc
parent2680c827bee835175d780b82b93590e2b3467591 (diff)
downloadgem5-2d6470936ca06310b213117159fa0010259708cd.tar.xz
sim: have a curTick per eventq
This patch adds a _curTick variable to an eventq. This variable is updated whenever an event is serviced in function serviceOne(), or all events upto a particular time are processed in function serviceEvents(). This change helps when there are eventqs that do not make use of curTick for scheduling events.
Diffstat (limited to 'src/mem/physical.cc')
-rw-r--r--src/mem/physical.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/physical.cc b/src/mem/physical.cc
index f55b95048..2b750f0ed 100644
--- a/src/mem/physical.cc
+++ b/src/mem/physical.cc
@@ -50,6 +50,7 @@
#include <iostream>
#include <string>
+#include "base/trace.hh"
#include "debug/BusAddrRanges.hh"
#include "debug/Checkpoint.hh"
#include "mem/abstract_mem.hh"