|
The Sparta Modeling Framework
|
Public Types | |
| enum class | Command { READ , WRITE , UNKNOWN } |
Public Attributes | |
| Command | cmd = Command::UNKNOWN |
| sparta::memory::addr_t | addr = 0 |
| uint32_t | size = 0 |
| uint8_t * | data = nullptr |
| void * | meta_data = nullptr |
Definition at line 10 of file MemoryRequest.hpp.
|
strong |
Definition at line 12 of file MemoryRequest.hpp.
| sparta::memory::addr_t sparta_target::MemoryRequest::addr = 0 |
Definition at line 17 of file MemoryRequest.hpp.
| Command sparta_target::MemoryRequest::cmd = Command::UNKNOWN |
Definition at line 16 of file MemoryRequest.hpp.
| uint8_t* sparta_target::MemoryRequest::data = nullptr |
Definition at line 19 of file MemoryRequest.hpp.
| void* sparta_target::MemoryRequest::meta_data = nullptr |
Definition at line 20 of file MemoryRequest.hpp.
| uint32_t sparta_target::MemoryRequest::size = 0 |
Definition at line 18 of file MemoryRequest.hpp.