Go to the documentation of this file.
29 #ifndef __CPU_FUNC_UNIT_HH__
30 #define __CPU_FUNC_UNIT_HH__
38 #include "params/FUDesc.hh"
39 #include "params/OpDesc.hh"
126 #endif // __FU_POOL_HH__
std::bitset< Num_OpClasses > capabilities()
FUDesc(const FUDescParams &p)
std::bitset< Num_OpClasses > capabilityList
std::array< unsigned, Num_OpClasses > opLatencies
unsigned & opLatency(OpClass capability)
OpDesc(const OpDescParams &p)
Cycles is a wrapper class for representing cycle counts, i.e.
std::array< bool, Num_OpClasses > pipelined
std::vector< OpDesc * >::const_iterator OPDDiterator
bool provides(OpClass capability)
void addCapability(OpClass cap, unsigned oplat, bool pipelined)
Abstract superclass for simulation objects.
std::vector< FUDesc * >::const_iterator FUDDiterator
std::vector< OpDesc * > opDescList
bool isPipelined(OpClass capability)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Generated on Wed May 4 2022 12:13:53 for gem5 by doxygen 1.8.17