|
enum class | MMUState : std::uint32_t {
NO_ACCESS = 0
, __FIRST = NO_ACCESS
, MISS
, HIT
,
NUM_STATES
, __LAST = NUM_STATES
} |
|
enum class | CacheState : std::uint64_t {
NO_ACCESS = 0
, __FIRST = NO_ACCESS
, MISS
, HIT
,
NUM_STATES
, __LAST = NUM_STATES
} |
|
using | SpartaPairDefinitionType = MemoryAccessInfoPairDef |
|
Definition at line 109 of file LSU.hpp.
◆ SpartaPairDefinitionType
◆ CacheState
enum class core_example::LSU::MemoryAccessInfo::CacheState : std::uint64_t |
|
strong |
◆ MMUState
enum class core_example::LSU::MemoryAccessInfo::MMUState : std::uint32_t |
|
strong |
◆ MemoryAccessInfo()
core_example::LSU::MemoryAccessInfo::MemoryAccessInfo |
( |
const ExampleInstPtr & |
inst_ptr | ) |
|
|
inline |
◆ ~MemoryAccessInfo()
virtual core_example::LSU::MemoryAccessInfo::~MemoryAccessInfo |
( |
| ) |
|
|
inlinevirtual |
◆ getCacheState()
const CacheState & core_example::LSU::MemoryAccessInfo::getCacheState |
( |
| ) |
const |
|
inline |
◆ getInstPtr()
const ExampleInstPtr & core_example::LSU::MemoryAccessInfo::getInstPtr |
( |
| ) |
const |
|
inline |
◆ getInstUniqueID()
uint64_t core_example::LSU::MemoryAccessInfo::getInstUniqueID |
( |
| ) |
const |
|
inline |
◆ getMMUState()
const MMUState & core_example::LSU::MemoryAccessInfo::getMMUState |
( |
| ) |
const |
|
inline |
◆ getPhyAddrIsReady()
bool core_example::LSU::MemoryAccessInfo::getPhyAddrIsReady |
( |
| ) |
const |
|
inline |
◆ getPhyAddrStatus()
bool core_example::LSU::MemoryAccessInfo::getPhyAddrStatus |
( |
| ) |
const |
|
inline |
◆ setCacheState()
void core_example::LSU::MemoryAccessInfo::setCacheState |
( |
const CacheState & |
state | ) |
|
|
inline |
◆ setMMUState()
void core_example::LSU::MemoryAccessInfo::setMMUState |
( |
const MMUState & |
state | ) |
|
|
inline |
◆ setPhyAddrStatus()
void core_example::LSU::MemoryAccessInfo::setPhyAddrStatus |
( |
bool |
isReady | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /github/workspace/sparta/example/CoreModel/src/LSU.hpp