SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
The sc_signal<T> primitive channel class. More...
#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_channel |
class | sc_core::sc_signal_t< T, POL > |
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 | |
inline ::std::ostream & | sc_core::operator<< (::std::ostream &os, const sc_signal_channel &a) |
The sc_signal<T> primitive channel class.
Original Author: Martin Janssen, Synopsys, Inc., 2001-05-21
CHANGE LOG IS AT THE END OF THE FILE
Definition in file sc_signal.h.