memtest.hh (8711:c7e14f52c682) memtest.hh (8832:247fee427324)
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;

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

133 unsigned size; // size of testing memory region
134
135 unsigned percentReads; // target percentage of read accesses
136 unsigned percentFunctional; // target percentage of functional accesses
137 unsigned percentUncacheable;
138
139 bool issueDmas;
140
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;

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

133 unsigned size; // size of testing memory region
134
135 unsigned percentReads; // target percentage of read accesses
136 unsigned percentFunctional; // target percentage of functional accesses
137 unsigned percentUncacheable;
138
139 bool issueDmas;
140
141 /** Request id for all generated traffic */
142 MasterID masterId;
143
141 int id;
142
143 std::set<unsigned> outstandingAddrs;
144
145 unsigned blockSize;
146
147 Addr blockAddrMask;
148

--- 44 unchanged lines hidden ---
144 int id;
145
146 std::set<unsigned> outstandingAddrs;
147
148 unsigned blockSize;
149
150 Addr blockAddrMask;
151

--- 44 unchanged lines hidden ---