ahb | AHBSlave< BASE > | |
AHBDevice(ModuleName mn, uint32_t hindex, uint8_t vendorid, uint16_t deviceid, uint8_t version, uint8_t irq, BAR bar0, BAR bar1=BAR(), BAR bar2=BAR(), BAR bar3=BAR()) | AHBDevice< BASE > | |
AHBDevice(ModuleName mn) | AHBDevice< BASE > | |
AHBSlave(ModuleName mn, uint8_t hindex, uint8_t vendor, uint8_t device, uint8_t version, uint8_t irq, AbstractionLayer ambaLayer, BAR bar0=BAR(), BAR bar1=BAR(), BAR bar2=BAR(), BAR bar3=BAR()) | AHBSlave< BASE > | |
b_transport(tlm::tlm_generic_payload &gp, sc_time &delay) | AHBSlave< BASE > | virtual |
exec_func(tlm::tlm_generic_payload &gp, sc_time &delay, bool debug=false)=0 | AHBSlave< BASE > | pure virtual |
g_bar0 | AHBDevice< BASE > | protected |
g_bar0haddr | AHBDevice< BASE > | protected |
g_bar0hcacheable | AHBDevice< BASE > | protected |
g_bar0hmask | AHBDevice< BASE > | protected |
g_bar0hprefetchable | AHBDevice< BASE > | protected |
g_bar0htype | AHBDevice< BASE > | protected |
g_bar1 | AHBDevice< BASE > | protected |
g_bar1haddr | AHBDevice< BASE > | protected |
g_bar1hcacheable | AHBDevice< BASE > | protected |
g_bar1hmask | AHBDevice< BASE > | protected |
g_bar1hprefetchable | AHBDevice< BASE > | protected |
g_bar1htype | AHBDevice< BASE > | protected |
g_bar2 | AHBDevice< BASE > | protected |
g_bar2haddr | AHBDevice< BASE > | protected |
g_bar2hcacheable | AHBDevice< BASE > | protected |
g_bar2hmask | AHBDevice< BASE > | protected |
g_bar2hprefetchable | AHBDevice< BASE > | protected |
g_bar2htype | AHBDevice< BASE > | protected |
g_bar3 | AHBDevice< BASE > | protected |
g_bar3haddr | AHBDevice< BASE > | protected |
g_bar3hcacheable | AHBDevice< BASE > | protected |
g_bar3hmask | AHBDevice< BASE > | protected |
g_bar3hprefetchable | AHBDevice< BASE > | protected |
g_bar3htype | AHBDevice< BASE > | protected |
g_bars | AHBDevice< BASE > | protected |
g_hdeviceid | AHBDevice< BASE > | protected |
g_hindex | AHBDevice< BASE > | protected |
g_hirq | AHBDevice< BASE > | protected |
g_hvendorid | AHBDevice< BASE > | protected |
g_hversion | AHBDevice< BASE > | protected |
get_ahb_bar_addr(uint32_t bar) const | AHBDevice< BASE > | virtual |
get_ahb_bar_base(uint32_t bar) const | AHBDevice< BASE > | virtual |
get_ahb_bar_cachable(uint32_t bar) const | AHBDevice< BASE > | inline |
get_ahb_bar_mask(uint32_t bar) const | AHBDevice< BASE > | virtual |
get_ahb_bar_prefetchable(uint32_t bar) const | AHBDevice< BASE > | inline |
get_ahb_bar_relative_addr(uint32_t bar, uint32_t addr) const | AHBDevice< BASE > | virtual |
get_ahb_bar_size(uint32_t bar) const | AHBDevice< BASE > | virtual |
get_ahb_bar_type(uint32_t bar) const | AHBDevice< BASE > | virtual |
get_ahb_base_addr() | AHBDevice< BASE > | virtual |
get_ahb_base_addr_() const | AHBDevice< BASE > | virtual |
get_ahb_device_id() const | AHBDevice< BASE > | virtual |
get_ahb_device_info() | AHBDevice< BASE > | virtual |
get_ahb_hindex() const | AHBDevice< BASE > | virtual |
get_ahb_size() | AHBDevice< BASE > | virtual |
get_ahb_size_() const | AHBDevice< BASE > | virtual |
get_ahb_vendor_id() const | AHBDevice< BASE > | virtual |
get_clock()=0 | AHBSlave< BASE > | pure virtual |
init(uint32_t hindex, uint8_t vendorid, uint16_t deviceid, uint8_t version, uint8_t irq, BAR bar0, BAR bar1=BAR(), BAR bar2=BAR(), BAR bar3=BAR()) | AHBDevice< BASE > | |
init_ahb_generics() | AHBDevice< BASE > | |
m_reads | AHBSlave< BASE > | protected |
m_register | AHBDevice< BASE > | protected |
m_RequestPEQ | AHBSlave< BASE > | |
m_ResponsePEQ | AHBSlave< BASE > | |
m_writes | AHBSlave< BASE > | protected |
nb_transport_fw(tlm::tlm_generic_payload &trans, tlm::tlm_phase &phase, sc_core::sc_time &delay) | AHBSlave< BASE > | virtual |
print_ahb_device_info(char *name) const | AHBDevice< BASE > | virtual |
print_transport_statistics(const char *name) const | AHBSlave< BASE > | virtual |
requestThread() | AHBSlave< BASE > | |
responseThread() | AHBSlave< BASE > | |
SC_HAS_PROCESS(AHBSlave) | AHBSlave< BASE > | |
transport_dbg(tlm::tlm_generic_payload &gp) | AHBSlave< BASE > | virtual |
transport_statistics(tlm::tlm_generic_payload &gp) | AHBSlave< BASE > | virtual |
~AHBDevice() | AHBDevice< BASE > | virtual |
~AHBDeviceBase() | AHBDeviceBase | inlinevirtual |
~AHBSlave() | AHBSlave< BASE > | |