Deleted Added
sdiff udiff text old ( 3846:a0fe3210ce53 ) new ( 4040:eb894f3fc168 )
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;

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

113 CpuPort dcachePort;
114
115 Request *ifetch_req;
116 PacketPtr ifetch_pkt;
117 Request *data_read_req;
118 PacketPtr data_read_pkt;
119 Request *data_write_req;
120 PacketPtr data_write_pkt;
121
122 bool dcache_access;
123 Tick dcache_latency;
124
125 public:
126
127 virtual Port *getPort(const std::string &if_name, int idx = -1);
128

--- 18 unchanged lines hidden ---