Searched refs:tlm_req_rsp_channel (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_req_rsp_channels/
H A Dtlm_req_rsp_channels.h33 class tlm_req_rsp_channel : public sc_core::sc_module class in namespace:tlm
52 tlm_req_rsp_channel( int req_size = 1 , int rsp_size = 1 ) : function in class:tlm::tlm_req_rsp_channel
53 sc_core::sc_module( sc_core::sc_module_name( sc_core::sc_gen_unique_name("tlm_req_rsp_channel") ) ) ,
64 tlm_req_rsp_channel( sc_core::sc_module_name module_name , function in class:tlm::tlm_req_rsp_channel
148 tlm_req_rsp_channel< REQ , RSP , REQ_CHANNEL , RSP_CHANNEL > req_rsp;
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/req_rsp_channels/
H A Dreq_rsp_channels.hh34 class tlm_req_rsp_channel : public sc_core::sc_module class in namespace:tlm
49 tlm_req_rsp_channel(int req_size=1, int rsp_size=1) : function in class:tlm::tlm_req_rsp_channel
51 sc_core::sc_gen_unique_name("tlm_req_rsp_channel"))),
59 tlm_req_rsp_channel(sc_core::sc_module_name module_name, function in class:tlm::tlm_req_rsp_channel
133 tlm_req_rsp_channel<REQ, RSP, REQ_CHANNEL, RSP_CHANNEL> req_rsp;

Completed in 12 milliseconds