Go to the documentation of this file.
38 #ifndef __MEM_RUBY_COMMON_EXPECTEDMAP_HH__
39 #define __MEM_RUBY_COMMON_EXPECTEDMAP_HH__
43 #include <unordered_map>
58 template<
typename RespType,
typename DataType>
63 template<
typename Type>
70 return static_cast<std::size_t
>(
t);
229 template<
typename RespType,
typename DataType>
240 #endif // __MEM_RUBY_COMMON_EXPECTEDMAP_HH__
std::size_t operator()(Type t) const
bool receivedRespType(const RespType &val) const
std::ostream & operator<<(std::ostream &os, const BoolVec &myvector)
bool hasReceivedData() const
void clear(int dataChunks)
void addExpectedDataType(const DataType &val)
bool hasReceivedResp() const
void print(std::ostream &out) const
void addExpectedCount(int val)
bool receiveResp(const RespType &val)
bool receivedDataType(const DataType &val) const
void addExpectedRespType(const RespType &val)
bool increaseReceived(const Type &val)
void addExpectedType(const Type &val)
std::unordered_map< Type, bool, EnumClassHash > expectedTypes
bool receiveData(const DataType &val)
ExpectedState< DataType > expectedData
void setExpectedCount(int val)
void clear(int msg_chunks)
bool receivedType(const Type &val) const
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
ExpectedState< RespType > expectedResp
Generated on Tue Dec 21 2021 11:34:33 for gem5 by doxygen 1.8.17