gem5 v24.0.0.0
|
#include <systemc>
#include <typeinfo>
Go to the source code of this file.
Namespaces | |
namespace | sc_core |
Macros | |
#define | SC_TEMPLATE template<int W> |
Functions | |
SC_TEMPLATE std::ostream & | sc_core::operator<< (std::ostream &os, const sc_in< sc_dt::sc_int< W > > &a) |
SC_TEMPLATE std::ostream & | sc_core::operator<< (std::ostream &os, const sc_inout< sc_dt::sc_int< W > > &a) |
void | sc_core::sc_signal_invalid_writer (const char *name, const char *kind, const char *first_writer, const char *second_writer) |
#define SC_TEMPLATE template<int W> |
Definition at line 136 of file scx_signal_int.h.