30#ifndef __CPU_RUBYTEST_CHECKTABLE_HH__
31#define __CPU_RUBYTEST_CHECKTABLE_HH__
34#include <unordered_map>
59 void print(std::ostream& out)
const;
RubyTester * m_tester_ptr
CheckTable(const CheckTable &obj)
void print(std::ostream &out) const
std::unordered_map< Addr, Check * > m_lookup_map
CheckTable & operator=(const CheckTable &obj)
std::vector< Check * > m_check_vector
Check * getCheck(Addr address)
void addCheck(Addr address)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
std::ostream & operator<<(std::ostream &os, const ArmSemihosting::InPlaceArg &ipa)