Deleted Added
sdiff udiff text old ( 5710:b44dd45bd604 ) new ( 5728:9574f561dfa2 )
full compact
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;

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

44
45 virtual void init();
46
47 public:
48 Event *drainEvent;
49
50 private:
51
52 class CpuPort : public Port
53 {
54 protected:
55 TimingSimpleCPU *cpu;
56 Tick lat;
57
58 public:
59

--- 149 unchanged lines hidden ---