gem5 v24.0.0.0
|
#include <sc_port.hh>
Public Member Functions | |
sc_trace_params (sc_trace_file *tf, const std::string &name) | |
Public Attributes | |
sc_trace_file * | tf |
std::string | name |
Definition at line 56 of file sc_port.hh.
|
inline |
Definition at line 61 of file sc_port.hh.
std::string sc_core::sc_trace_params::name |
Definition at line 59 of file sc_port.hh.
sc_trace_file* sc_core::sc_trace_params::tf |
Definition at line 58 of file sc_port.hh.