Logo SoCRocket

Transaction-Level Modeling Framework for Space Applications

Public Member Functions | Public Attributes | List of all members
trap::MemoryLT< N_INITIATORS, sockSize > Class Template Reference

#include <MemoryLT.hpp>

Inheritance diagram for trap::MemoryLT< N_INITIATORS, sockSize >:
Collaboration diagram for trap::MemoryLT< N_INITIATORS, sockSize >:

Public Member Functions

 MemoryLT (sc_module_name name, unsigned int size, sc_time latency=SC_ZERO_TIME)
 
 ~MemoryLT ()
 
void b_transport (tlm::tlm_generic_payload &trans, sc_time &delay)
 
bool get_direct_mem_ptr (tlm::tlm_generic_payload &trans, tlm::tlm_dmi &dmi_data)
 
unsigned int transport_dbg (tlm::tlm_generic_payload &trans)
 
void write_byte_dbg (const unsigned int &address, const unsigned char &datum) throw ()
 

Public Attributes

tlm_utils::simple_target_socket
< MemoryLT, sockSize > * 
socket [N_INITIATORS]
 

Constructor & Destructor Documentation

template<unsigned int N_INITIATORS, unsigned int sockSize>
trap::MemoryLT< N_INITIATORS, sockSize >::MemoryLT ( sc_module_name  name,
unsigned int  size,
sc_time  latency = SC_ZERO_TIME 
)
inline

References trap::MemoryLT< N_INITIATORS, sockSize >::b_transport(), trap::MemoryLT< N_INITIATORS, sockSize >::get_direct_mem_ptr(), i, trap::MemoryLT< N_INITIATORS, sockSize >::socket, and trap::MemoryLT< N_INITIATORS, sockSize >::transport_dbg().

Here is the call graph for this function:

template<unsigned int N_INITIATORS, unsigned int sockSize>
trap::MemoryLT< N_INITIATORS, sockSize >::~MemoryLT ( )
inline

Member Function Documentation

template<unsigned int N_INITIATORS, unsigned int sockSize>
void trap::MemoryLT< N_INITIATORS, sockSize >::b_transport ( tlm::tlm_generic_payload &  trans,
sc_time &  delay 
)
inline
template<unsigned int N_INITIATORS, unsigned int sockSize>
bool trap::MemoryLT< N_INITIATORS, sockSize >::get_direct_mem_ptr ( tlm::tlm_generic_payload &  trans,
tlm::tlm_dmi &  dmi_data 
)
inline
template<unsigned int N_INITIATORS, unsigned int sockSize>
unsigned int trap::MemoryLT< N_INITIATORS, sockSize >::transport_dbg ( tlm::tlm_generic_payload &  trans)
inline
template<unsigned int N_INITIATORS, unsigned int sockSize>
void trap::MemoryLT< N_INITIATORS, sockSize >::write_byte_dbg ( const unsigned int address,
const unsigned char datum 
)
throw (
)
inline

References THROW_ERROR.

Member Data Documentation

template<unsigned int N_INITIATORS, unsigned int sockSize>
tlm_utils::simple_target_socket<MemoryLT, sockSize>* trap::MemoryLT< N_INITIATORS, sockSize >::socket[N_INITIATORS]

The documentation for this class was generated from the following file: