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

Sensitivity classes. Requires "sc_process.h". More...

Include dependency graph for sc_sensitive.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_in< T >
 
class  sc_core::sc_inout< T >
 
class  sc_core::sc_signal_in_if< T >
 
class  sc_core::sc_sensitive
 Static sensitivity class for events. More...
 
class  sc_core::sc_sensitive_pos
 Static sensitivity class for positive edge events. More...
 
class  sc_core::sc_sensitive_neg
 Static sensitivity class for negative edge events. More...
 

Namespaces

 sc_dt
 
 sc_core
 

Detailed Description

Sensitivity classes. Requires "sc_process.h".

for declarations of sc_method_handle, &.c.

Original Author: Stan Y. Liao, Synopsys, Inc. Martin Janssen, Synopsys, Inc.

CHANGE LOG AT THE END OF THE FILE

Definition in file sc_sensitive.h.