scc  2024.06
SystemC components library
apb::pin::target< DATA_WIDTH, ADDR_WIDTH > Class Template Reference
Inheritance diagram for apb::pin::target< DATA_WIDTH, ADDR_WIDTH >:
Collaboration diagram for apb::pin::target< DATA_WIDTH, ADDR_WIDTH >:

Public Types

using addr_t = typename std::conditional< is_larger(ADDR_WIDTH), sc_dt::sc_biguint< ADDR_WIDTH >, sc_dt::sc_uint< ADDR_WIDTH > >::type
 
using data_t = typename std::conditional< is_larger(DATA_WIDTH), sc_dt::sc_biguint< DATA_WIDTH >, sc_dt::sc_uint< DATA_WIDTH > >::type
 
using strb_t = sc_dt::sc_uint< DATA_WIDTH/8 >
 

Public Member Functions

 target (const sc_core::sc_module_name &nm)
 

Public Attributes

sc_core::sc_in< bool > PCLK_i {"PCLK_i"}
 
sc_core::sc_in< bool > PRESETn_i {"PRESETn_i"}
 
sc_core::sc_in< addr_t > PADDR_i {"PADDR_i"}
 
scc::sc_in_opt< sc_dt::sc_uint< 3 > > PPROT_i {"PPROT_i"}
 
scc::sc_in_opt< bool > PNSE_i {"PNSE_i"}
 
sc_core::sc_in< bool > PSELx_i {"PSELx_i"}
 
sc_core::sc_in< bool > PENABLE_i {"PENABLE_i"}
 
sc_core::sc_in< bool > PWRITE_i {"PWRITE_i"}
 
sc_core::sc_in< data_t > PWDATA_i {"PWDATA_i"}
 
scc::sc_in_opt< strb_t > PSTRB_i {"PSTRB_i"}
 
sc_core::sc_out< bool > PREADY_o {"PREADY_o"}
 
sc_core::sc_out< data_t > PRDATA_o {"PRDATA_o"}
 
sc_core::sc_out< bool > PSLVERR_o {"PSLVERR_o"}
 
scc::sc_in_opt< bool > PWAKEUP_i {"PWAKEUP_i"}
 
tlm::scc::initiator_mixin< tlm::tlm_initiator_socket< 0 > > isckt {"isckt"}
 

Detailed Description

template<unsigned DATA_WIDTH, unsigned ADDR_WIDTH>
class apb::pin::target< DATA_WIDTH, ADDR_WIDTH >

Definition at line 35 of file target.h.


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