SystemC  Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
Classes | Namespaces | Macros | Functions
sc_method_process.h File Reference
#include "sysc/kernel/sc_spawn_options.h"
#include "sysc/kernel/sc_process.h"
#include "sysc/kernel/sc_cor.h"
#include "sysc/kernel/sc_event.h"
#include "sysc/kernel/sc_except.h"
#include "sysc/kernel/sc_reset.h"
Include dependency graph for sc_method_process.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_method_process
 A thread process. More...
 

Namespaces

 sc_core
 

Macros

#define DEBUG_MSG(NAME, P, MSG)
 

Functions

void sc_core::sc_method_cor_fn (void *)
 
void sc_core::sc_set_stack_size (sc_method_handle, std::size_t)
 
sc_cor * sc_core::get_cor_pointer (sc_process_b *process_p)
 
void sc_core::next_trigger (sc_simcontext *=sc_get_curr_simcontext())
 A new parameter segment ID is added for the out-of-order simulation. More...
 
void sc_core::next_trigger (const sc_event &, sc_simcontext *=sc_get_curr_simcontext())
 A new parameter segment ID is added for the out-of-order simulation. More...
 
void sc_core::next_trigger (const sc_event_or_list &, sc_simcontext *=sc_get_curr_simcontext())
 A new parameter segment ID is added for the out-of-order simulation. More...
 
void sc_core::next_trigger (const sc_event_and_list &, sc_simcontext *=sc_get_curr_simcontext())
 A new parameter segment ID is added for the out-of-order simulation. More...
 
void sc_core::next_trigger (const sc_time &, sc_simcontext *=sc_get_curr_simcontext())
 A new parameter segment ID is added for the out-of-order simulation. More...
 
void sc_core::next_trigger (const sc_time &, const sc_event &, sc_simcontext *=sc_get_curr_simcontext())
 A new parameter segment ID is added for the out-of-order simulation. More...
 
void sc_core::next_trigger (const sc_time &, const sc_event_or_list &, sc_simcontext *=sc_get_curr_simcontext())
 A new parameter segment ID is added for the out-of-order simulation. More...
 
void sc_core::next_trigger (const sc_time &, const sc_event_and_list &, sc_simcontext *=sc_get_curr_simcontext())
 A new parameter segment ID is added for the out-of-order simulation. More...
 

Macro Definition Documentation

#define DEBUG_MSG (   NAME,
  P,
  MSG 
)

Definition at line 57 of file sc_method_process.h.