gem5 v24.0.0.0
|
#include <string>
#include "../core/sc_event.hh"
#include "../core/sc_main.hh"
#include "../core/sc_port.hh"
#include "../utils/sc_trace_file.hh"
#include "sc_signal_in_if.hh"
#include "sc_signal_inout_if.hh"
Go to the source code of this file.
Classes | |
class | sc_core::sc_in< T > |
class | sc_core::sc_in< bool > |
class | sc_core::sc_in< sc_dt::sc_logic > |
Namespaces | |
namespace | sc_core |
Functions | |
template<class T > | |
void | sc_core::sc_trace (sc_trace_file *tf, const sc_in< T > &i, const std::string &name) |
template<> | |
void | sc_core::sc_trace< bool > (sc_trace_file *tf, const sc_in< bool > &i, const std::string &name) |
template<> | |
void | sc_core::sc_trace< sc_dt::sc_logic > (sc_trace_file *tf, const sc_in< sc_dt::sc_logic > &i, const std::string &name) |