timing.hh (5103:391933804192) timing.hh (5169:bfd18d401251)
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 154 unchanged lines hidden (view full) ---

163 };
164
165 IcachePort icachePort;
166 DcachePort dcachePort;
167
168 PacketPtr ifetch_pkt;
169 PacketPtr dcache_pkt;
170
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 154 unchanged lines hidden (view full) ---

163 };
164
165 IcachePort icachePort;
166 DcachePort dcachePort;
167
168 PacketPtr ifetch_pkt;
169 PacketPtr dcache_pkt;
170
171 int cpu_id;
172 Tick previousTick;
173
174 public:
175
176 virtual Port *getPort(const std::string &if_name, int idx = -1);
177
178 virtual void serialize(std::ostream &os);
179 virtual void unserialize(Checkpoint *cp, const std::string &section);

--- 38 unchanged lines hidden ---
171 Tick previousTick;
172
173 public:
174
175 virtual Port *getPort(const std::string &if_name, int idx = -1);
176
177 virtual void serialize(std::ostream &os);
178 virtual void unserialize(Checkpoint *cp, const std::string &section);

--- 38 unchanged lines hidden ---