|
scc 2025.09
SystemC components library
|
#include <parallel_pe.h>


Public Member Functions | |
| parallel_pe (sc_core::sc_module_name const &nm) | |
| virtual | ~parallel_pe () |
Public Attributes | |
| sc_core::sc_export< intor_fw_nb > | fw_i {"fw_i"} |
| sc_port_opt< intor_bw_nb > | bw_o {"bw_o"} |
| sc_core::sc_port< intor_fw_b > | fw_o {"fw_o"} |
Parallel Protocol Engine
This module implements a parallel protocol engine that can handle multiple transactions in parallel.
Definition at line 37 of file parallel_pe.h.
| tlm::scc::pe::parallel_pe::parallel_pe | ( | sc_core::sc_module_name const & | nm | ) |
Constructor
| nm | Name of the module |
Definition at line 27 of file parallel_pe.cpp.
|
virtualdefault |
virtual destructor
| sc_port_opt<intor_bw_nb> tlm::scc::pe::parallel_pe::bw_o {"bw_o"} |
upstream backward interface
This interface is used to connect the protocol engine to the upstream backward export
Definition at line 64 of file parallel_pe.h.
| sc_core::sc_export<intor_fw_nb> tlm::scc::pe::parallel_pe::fw_i {"fw_i"} |
upstream forward interface
This interface is used to connect the protocol engine to the upstream forward port
Definition at line 58 of file parallel_pe.h.
| sc_core::sc_port<intor_fw_b> tlm::scc::pe::parallel_pe::fw_o {"fw_o"} |
downstream forward interface
This interface is used to connect the protocol engine to the downstream forward export
Definition at line 70 of file parallel_pe.h.