SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_signal.h File Reference

The sc_signal<T> primitive channel class. More...

Include dependency graph for sc_signal.h:
This graph shows which files directly or indirectly include this file:

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)
 

Variables

class SC_API sc_core::sc_reset
 
SC_API_TEMPLATE_DECL_ sc_core::sc_signal_t< bool, SC_ONE_WRITER >
 
SC_API_TEMPLATE_DECL_ sc_core::sc_signal_t< bool, SC_MANY_WRITERS >
 
SC_API_TEMPLATE_DECL_ sc_core::sc_signal_t< bool, SC_UNCHECKED_WRITERS >
 

Detailed Description

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.