ParaNut SystemC Model
A SystemC Model of the ParaNut architecture
|
#include <memu.h>
Public Member Functions | |
bool | operator== (const SBusIfMmuRegs &t) |
Public Attributes | |
EBusIfMmuState | state |
sc_uint< 32 > | adr |
bool | ack |
bool | ac_r |
bool | ac_w |
bool | ac_x |
bool | ac_u |
bool | ac_d |
bool | ac_a |
Friends | |
ostream & | operator<< (ostream &o, const SBusIfMmuRegs &t) |
void | sc_trace (sc_trace_file *tf, const SBusIfMmuRegs &t, const std::string &name) |
bool SBusIfMmuRegs::operator== | ( | const SBusIfMmuRegs & | t | ) |
|
friend |
|
friend |
bool SBusIfMmuRegs::ac_a |
bool SBusIfMmuRegs::ac_d |
bool SBusIfMmuRegs::ac_r |
bool SBusIfMmuRegs::ac_u |
bool SBusIfMmuRegs::ac_w |
bool SBusIfMmuRegs::ac_x |
bool SBusIfMmuRegs::ack |
sc_uint<32> SBusIfMmuRegs::adr |
EBusIfMmuState SBusIfMmuRegs::state |