gem5
v20.1.0.0
|
#include <sinicreg.hh>
Public Attributes | |
uint8_t | size |
bool | read |
bool | write |
const char * | name |
Definition at line 171 of file sinicreg.hh.
const char* Sinic::Regs::Info::name |
Definition at line 176 of file sinicreg.hh.
Referenced by Sinic::Device::read(), and Sinic::Device::write().
bool Sinic::Regs::Info::read |
Definition at line 174 of file sinicreg.hh.
Referenced by Sinic::Device::read().
uint8_t Sinic::Regs::Info::size |
Definition at line 173 of file sinicreg.hh.
Referenced by Sinic::Device::write().
bool Sinic::Regs::Info::write |
Definition at line 175 of file sinicreg.hh.
Referenced by Sinic::Device::write().