timing.hh (2948:ae26cf37957c) timing.hh (3170:37fd1e73f836)
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;

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

161 };
162
163 IcachePort icachePort;
164 DcachePort dcachePort;
165
166 Packet *ifetch_pkt;
167 Packet *dcache_pkt;
168
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;

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

161 };
162
163 IcachePort icachePort;
164 DcachePort dcachePort;
165
166 Packet *ifetch_pkt;
167 Packet *dcache_pkt;
168
169 int cpu_id;
170
169 public:
170
171 virtual Port *getPort(const std::string &if_name, int idx = -1);
172
173 virtual void serialize(std::ostream &os);
174 virtual void unserialize(Checkpoint *cp, const std::string &section);
175
176 virtual unsigned int drain(Event *drain_event);

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

--- 23 unchanged lines hidden ---