RubyTester.cc (12680:91f4d6668b4f) RubyTester.cc (12749:223c83ed9979)
1/*
2 * Copyright (c) 2012-2013 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

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

181 safe_cast<RubyTester::SenderState*>(pkt->senderState);
182 SubBlock& subblock = senderState->subBlock;
183
184 tester->hitCallback(globalIdx, &subblock);
185
186 // Now that the tester has completed, delete the senderState
187 // (includes sublock) and the packet, then return
188 delete pkt->senderState;
1/*
2 * Copyright (c) 2012-2013 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

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

181 safe_cast<RubyTester::SenderState*>(pkt->senderState);
182 SubBlock& subblock = senderState->subBlock;
183
184 tester->hitCallback(globalIdx, &subblock);
185
186 // Now that the tester has completed, delete the senderState
187 // (includes sublock) and the packet, then return
188 delete pkt->senderState;
189 delete pkt->req;
190 delete pkt;
191 return true;
192}
193
194bool
195RubyTester::isInstOnlyCpuPort(int idx)
196{
197 return idx < m_num_inst_only_ports;

--- 90 unchanged lines hidden ---
189 delete pkt;
190 return true;
191}
192
193bool
194RubyTester::isInstOnlyCpuPort(int idx)
195{
196 return idx < m_num_inst_only_ports;

--- 90 unchanged lines hidden ---