|
SystemC
Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include "sysc/communication/sc_port.h"#include "sysc/communication/sc_prim_channel.h"#include "sysc/communication/sc_signal_ifs.h"#include "sysc/communication/sc_writer_policy.h"#include "sysc/kernel/sc_event.h"#include "sysc/kernel/sc_process.h"#include "sysc/kernel/sc_simcontext.h"#include "sysc/datatypes/bit/sc_logic.h"#include "sysc/tracing/sc_trace.h"#include <typeinfo>

Go to the source code of this file.
Classes | |
| class | sc_core::sc_signal< T, POL > |
| class | sc_core::sc_signal< bool, POL > |
| class | sc_core::sc_signal< sc_dt::sc_logic, POL > |
Namespaces | |
| sc_core | |
Functions | |
| void | sc_core::sc_deprecated_get_data_ref () |
| void | sc_core::sc_deprecated_get_new_value () |
| void | sc_core::sc_deprecated_trace () |
| sc_event * | sc_core::sc_lazy_kernel_event (sc_event **, const char *name) |
| template<typename T , sc_writer_policy POL> | |
| inline::std::ostream & | sc_core::operator<< (::std::ostream &os, const sc_signal< T, POL > &a) |
1.8.5