30 #ifndef __CPU_RUBYTEST_CHECK_HH__
31 #define __CPU_RUBYTEST_CHECK_HH__
36 #include "mem/protocol/RubyAccessMode.hh"
37 #include "mem/protocol/TesterStatus.hh"
56 void print(std::ostream& out)
const;
89 #endif // __CPU_RUBYTEST_CHECK_HH__
Cycles is a wrapper class for representing cycle counts, i.e.
void print(std::ostream &out) const
void pickInitiatingNode()
void performCallback(NodeID proc, SubBlock *data, Cycles curTime)
RubyTester * m_tester_ptr
const int CHECK_SIZE_BITS
RubyAccessMode m_access_mode
std::ostream & operator<<(std::ostream &out, const Check &obj)
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Check(Addr address, Addr pc, int _num_writers, int _num_readers, RubyTester *_tester)
void changeAddress(Addr address)