SystemC
2.3.1
Accellera SystemC proof-of-concept library
|
#include <sysc/kernel/sc_method_process.h>
Public Member Functions | |
sc_method_process (const char *name_p, bool free_host, SC_ENTRY_FUNC method_p, sc_process_host *host_p, const sc_spawn_options *opt_p) | |
virtual const char * | kind () const |
![]() | |
sc_process_b (const char *name_p, bool is_thread, bool free_host, SC_ENTRY_FUNC method_p, sc_process_host *host_p, const sc_spawn_options *opt_p) | |
int | current_state () |
bool | dont_initialize () const |
virtual void | dont_initialize (bool dont) |
std::string | dump_state () const |
const ::std::vector< sc_object * > & | get_child_objects () const |
sc_curr_proc_kind | proc_kind () const |
sc_event & | reset_event () |
sc_event & | terminated_event () |
![]() | |
const char * | name () const |
const char * | basename () const |
virtual void | print (::std::ostream &os=::std::cout) const |
virtual void | dump (::std::ostream &os=::std::cout) const |
virtual void | trace (sc_trace_file *tf) const |
sc_simcontext * | simcontext () const |
bool | add_attribute (sc_attr_base &) |
sc_attr_base * | get_attribute (const std::string &name_) |
const sc_attr_base * | get_attribute (const std::string &name_) const |
sc_attr_base * | remove_attribute (const std::string &name_) |
void | remove_all_attributes () |
int | num_attributes () const |
sc_attr_cltn & | attr_cltn () |
const sc_attr_cltn & | attr_cltn () const |
virtual const std::vector < sc_event * > & | get_child_events () const |
sc_object * | get_parent () const |
sc_object * | get_parent_object () const |
Protected Attributes | |
sc_cor * | m_cor |
std::size_t | m_stack_size |
std::vector< sc_process_monitor * > | m_monitor_q |
![]() | |
int | m_active_areset_n |
int | m_active_reset_n |
bool | m_dont_init |
bool | m_dynamic_proc |
const sc_event * | m_event_p |
int | m_event_count |
const sc_event_list * | m_event_list_p |
sc_process_b * | m_exist_p |
bool | m_free_host |
bool | m_has_reset_signal |
bool | m_has_stack |
bool | m_is_thread |
sc_report * | m_last_report_p |
sc_name_gen * | m_name_gen_p |
sc_curr_proc_kind | m_process_kind |
int | m_references_n |
std::vector< sc_reset * > | m_resets |
sc_event * | m_reset_event_p |
sc_event * | m_resume_event_p |
sc_process_b * | m_runnable_p |
sc_process_host * | m_semantics_host_p |
SC_ENTRY_FUNC | m_semantics_method_p |
int | m_state |
std::vector< const sc_event * > | m_static_events |
bool | m_sticky_reset |
sc_event * | m_term_event_p |
sc_throw_it_helper * | m_throw_helper_p |
process_throw_type | m_throw_status |
bool | m_timed_out |
sc_event * | m_timeout_event_p |
trigger_t | m_trigger_type |
bool | m_unwinding |
Friends | |
struct | sc_invoke_method |
class | sc_event |
class | sc_module |
class | sc_process_table |
class | sc_process_handle |
class | sc_simcontext |
class | sc_runnable |
void | sc_method_cor_fn (void *) |
void | sc_cmethod_cor_fn (void *) |
void | sc_set_stack_size (sc_method_handle, std::size_t) |
void | next_trigger (sc_simcontext *) |
void | next_trigger (const sc_event &, sc_simcontext *) |
void | next_trigger (const sc_event_or_list &, sc_simcontext *) |
void | next_trigger (const sc_event_and_list &, sc_simcontext *) |
void | next_trigger (const sc_time &, sc_simcontext *) |
void | next_trigger (const sc_time &, const sc_event &, sc_simcontext *) |
void | next_trigger (const sc_time &, const sc_event_or_list &, sc_simcontext *) |
void | next_trigger (const sc_time &, const sc_event_and_list &, sc_simcontext *) |
Definition at line 100 of file sc_method_process.h.
sc_core::sc_method_process::sc_method_process | ( | const char * | name_p, |
bool | free_host, | ||
SC_ENTRY_FUNC | method_p, | ||
sc_process_host * | host_p, | ||
const sc_spawn_options * | opt_p | ||
) |
|
protected |
|
protected |
|
protectedvirtual |
Implements sc_core::sc_process_b.
|
protectedvirtual |
Implements sc_core::sc_process_b.
|
protectedvirtual |
Implements sc_core::sc_process_b.
|
inlinevirtual |
Reimplemented from sc_core::sc_object.
Definition at line 133 of file sc_method_process.h.
|
inlineprotected |
Definition at line 268 of file sc_method_process.h.
|
inlineprotected |
Definition at line 281 of file sc_method_process.h.
|
inlineprotected |
Definition at line 185 of file sc_method_process.h.
|
inlineprotected |
Definition at line 195 of file sc_method_process.h.
|
inlineprotected |
Definition at line 205 of file sc_method_process.h.
|
inlineprotected |
Definition at line 216 of file sc_method_process.h.
|
inlineprotected |
Definition at line 226 of file sc_method_process.h.
|
inlineprotected |
Definition at line 238 of file sc_method_process.h.
|
inlineprotected |
Definition at line 250 of file sc_method_process.h.
|
protectedvirtual |
Implements sc_core::sc_process_b.
|
inlineprotected |
Definition at line 293 of file sc_method_process.h.
|
inlineprotected |
Definition at line 262 of file sc_method_process.h.
|
inlineprotected |
Definition at line 275 of file sc_method_process.h.
|
protected |
|
protectedvirtual |
Implements sc_core::sc_process_b.
|
protectedvirtual |
Implements sc_core::sc_process_b.
|
protectedvirtual |
Implements sc_core::sc_process_b.
|
protected |
|
inlineprotected |
Definition at line 338 of file sc_method_process.h.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
Definition at line 105 of file sc_method_process.h.
|
friend |
Definition at line 101 of file sc_method_process.h.
|
friend |
|
friend |
Definition at line 106 of file sc_method_process.h.
|
friend |
Definition at line 108 of file sc_method_process.h.
|
friend |
Definition at line 107 of file sc_method_process.h.
|
friend |
Definition at line 110 of file sc_method_process.h.
|
friend |
|
friend |
Definition at line 109 of file sc_method_process.h.
|
protected |
Definition at line 169 of file sc_method_process.h.
|
protected |
Definition at line 171 of file sc_method_process.h.
|
protected |
Definition at line 170 of file sc_method_process.h.