lsq.cc (10634:c5a2c5ef6e68) lsq.cc (10647:899c0e7e85f1)
1/*
2 * Copyright (c) 2013-2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

1272 case LSQRequest::StoreBufferIssuing:
1273 /* In the store buffer */
1274 storeBuffer.countIssuedStore(retryRequest);
1275 break;
1276 default:
1277 assert(false);
1278 break;
1279 }
1/*
2 * Copyright (c) 2013-2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

1272 case LSQRequest::StoreBufferIssuing:
1273 /* In the store buffer */
1274 storeBuffer.countIssuedStore(retryRequest);
1275 break;
1276 default:
1277 assert(false);
1278 break;
1279 }
1280 }
1281
1280
1282 retryRequest = NULL;
1281 retryRequest = NULL;
1282 }
1283}
1284
1285LSQ::LSQ(std::string name_, std::string dcache_port_name_,
1286 MinorCPU &cpu_, Execute &execute_,
1287 unsigned int in_memory_system_limit, unsigned int line_width,
1288 unsigned int requests_queue_size, unsigned int transfers_queue_size,
1289 unsigned int store_buffer_size,
1290 unsigned int store_buffer_cycle_store_limit) :

--- 336 unchanged lines hidden ---
1283}
1284
1285LSQ::LSQ(std::string name_, std::string dcache_port_name_,
1286 MinorCPU &cpu_, Execute &execute_,
1287 unsigned int in_memory_system_limit, unsigned int line_width,
1288 unsigned int requests_queue_size, unsigned int transfers_queue_size,
1289 unsigned int store_buffer_size,
1290 unsigned int store_buffer_cycle_store_limit) :

--- 336 unchanged lines hidden ---