Lines Matching refs:sc_core

35 using sc_core::sc_attr_base;
36 using sc_core::sc_attribute;
37 using sc_core::sc_attr_cltn;
39 using sc_core::sc_event_finder;
40 using sc_core::sc_event_finder_t;
41 using sc_core::sc_event_and_list;
42 using sc_core::sc_event_or_list;
43 using sc_core::sc_event_and_expr;
44 using sc_core::sc_event_or_expr;
45 using sc_core::sc_event;
46 using sc_core::sc_get_top_level_events;
47 using sc_core::sc_find_event;
49 using sc_core::sc_export_base;
50 using sc_core::sc_export;
52 using sc_core::sc_interface;
54 using sc_core::sc_thread_handle;
55 using sc_core::sc_join;
57 using sc_core::sc_argc;
58 using sc_core::sc_argv;
59 using sc_core::sc_starvation_policy;
60 using sc_core::SC_RUN_TO_TIME;
61 using sc_core::SC_EXIT_ON_STARVATION;
62 using sc_core::sc_start;
63 using sc_core::sc_pause;
64 using sc_core::sc_set_stop_mode;
65 using sc_core::sc_get_stop_mode;
66 using sc_core::sc_stop_mode;
67 using sc_core::SC_STOP_FINISH_DELTA;
68 using sc_core::SC_STOP_IMMEDIATE;
69 using sc_core::sc_stop;
70 using sc_core::sc_time_stamp;
71 using sc_core::sc_delta_count;
72 using sc_core::sc_is_running;
73 using sc_core::sc_pending_activity_at_current_time;
74 using sc_core::sc_pending_activity_at_future_time;
75 using sc_core::sc_pending_activity;
76 using sc_core::sc_time_to_pending_activity;
77 using sc_core::sc_get_status;
78 using sc_core::SC_ELABORATION;
79 using sc_core::SC_BEFORE_END_OF_ELABORATION;
80 using sc_core::SC_END_OF_ELABORATION;
81 using sc_core::SC_START_OF_SIMULATION;
82 using sc_core::SC_RUNNING;
83 using sc_core::SC_PAUSED;
84 using sc_core::SC_STOPPED;
85 using sc_core::SC_END_OF_SIMULATION;
86 using sc_core::SC_END_OF_INITIALIZATION;
87 using sc_core::SC_END_OF_UPDATE;
88 using sc_core::SC_BEFORE_TIMESTEP;
89 using sc_core::SC_STATUS_ANY;
90 using sc_core::sc_status;
92 using sc_core::sc_bind_proxy;
93 using sc_core::SC_BIND_PROXY_NIL;
94 using sc_core::sc_module;
95 using sc_core::next_trigger;
96 using sc_core::wait;
97 using sc_core::halt;
98 using sc_core::sc_gen_unique_name;
99 using sc_core::sc_hierarchical_name_exists;
100 using sc_core::sc_behavior;
101 using sc_core::sc_channel;
102 using sc_core::sc_start_of_simulation_invoked;
103 using sc_core::sc_end_of_simulation_invoked;
105 using sc_core::sc_module_name;
107 using sc_core::sc_object;
108 using sc_core::sc_get_top_level_objects;
109 using sc_core::sc_find_object;
111 using sc_core::sc_port_policy;
112 using sc_core::SC_ONE_OR_MORE_BOUND;
113 using sc_core::SC_ZERO_OR_MORE_BOUND;
114 using sc_core::SC_ALL_BOUND;
115 using sc_core::sc_port_base;
116 using sc_core::sc_port_b;
117 using sc_core::sc_port;
119 using sc_core::sc_prim_channel;
121 using sc_core::sc_curr_proc_kind;
122 using sc_core::SC_NO_PROC_;
123 using sc_core::SC_METHOD_PROC_;
124 using sc_core::SC_THREAD_PROC_;
125 using sc_core::SC_CTHREAD_PROC_;
126 using sc_core::sc_descendent_inclusion_info;
127 using sc_core::SC_NO_DESCENDANTS;
128 using sc_core::SC_INCLUDE_DESCENDANTS;
129 using sc_core::sc_unwind_exception;
130 using sc_core::sc_process_b;
131 using sc_core::sc_get_curr_process_handle;
132 using sc_core::sc_get_current_process_b;
133 using sc_core::sc_curr_proc_info;
134 using sc_core::sc_curr_proc_handle;
135 using sc_core::sc_process_handle;
136 using sc_core::sc_get_current_process_handle;
137 using sc_core::sc_is_unwinding;
139 using sc_core::sc_sensitive;
141 using sc_core::sc_simcontext;
142 using sc_core::sc_get_curr_simcontext;
144 using sc_core::sc_spawn_options;
145 using sc_core::sc_spawn;
147 using sc_core::sc_time_unit;
148 using sc_core::SC_FS;
149 using sc_core::SC_PS;
150 using sc_core::SC_NS;
151 using sc_core::SC_US;
152 using sc_core::SC_MS;
153 using sc_core::SC_SEC;
154 using sc_core::sc_time;
155 using sc_core::sc_time_tuple;
156 using sc_core::SC_ZERO_TIME;
157 using sc_core::sc_set_time_resolution;
158 using sc_core::sc_get_time_resolution;
159 using sc_core::sc_max_time;
160 using sc_core::sc_get_default_time_unit;
161 using sc_core::sc_set_default_time_unit;
163 using sc_core::SC_ID_NO_BOOL_RETURNED_;
164 using sc_core::SC_ID_NO_INT_RETURNED_;
165 using sc_core::SC_ID_NO_SC_LOGIC_RETURNED_;
166 using sc_core::SC_ID_OPERAND_NOT_SC_LOGIC_;
167 using sc_core::SC_ID_OPERAND_NOT_BOOL_;
168 using sc_core::SC_ID_INSTANCE_EXISTS_;
169 using sc_core::SC_ID_ILLEGAL_CHARACTERS_;
170 using sc_core::SC_ID_VC6_PROCESS_HELPER_;
171 using sc_core::SC_ID_VC6_MAX_PROCESSES_EXCEEDED_;
172 using sc_core::SC_ID_END_MODULE_NOT_CALLED_;
173 using sc_core::SC_ID_HIER_NAME_INCORRECT_;
174 using sc_core::SC_ID_SET_STACK_SIZE_;
175 using sc_core::SC_ID_SC_MODULE_NAME_USE_;
176 using sc_core::SC_ID_SC_MODULE_NAME_REQUIRED_;
177 using sc_core::SC_ID_SET_TIME_RESOLUTION_;
178 using sc_core::SC_ID_SET_DEFAULT_TIME_UNIT_;
179 using sc_core::SC_ID_DEFAULT_TIME_UNIT_CHANGED_;
180 using sc_core::SC_ID_INCONSISTENT_API_CONFIG_;
181 using sc_core::SC_ID_WAIT_NOT_ALLOWED_;
182 using sc_core::SC_ID_NEXT_TRIGGER_NOT_ALLOWED_;
183 using sc_core::SC_ID_IMMEDIATE_NOTIFICATION_;
184 using sc_core::SC_ID_HALT_NOT_ALLOWED_;
185 using sc_core::SC_ID_WATCHING_NOT_ALLOWED_;
186 using sc_core::SC_ID_DONT_INITIALIZE_;
187 using sc_core::SC_ID_WAIT_N_INVALID_;
188 using sc_core::SC_ID_MAKE_SENSITIVE_;
189 using sc_core::SC_ID_MAKE_SENSITIVE_POS_;
190 using sc_core::SC_ID_MAKE_SENSITIVE_NEG_;
191 using sc_core::SC_ID_INSERT_MODULE_;
192 using sc_core::SC_ID_REMOVE_MODULE_;
193 using sc_core::SC_ID_NOTIFY_DELAYED_;
194 using sc_core::SC_ID_GEN_UNIQUE_NAME_;
195 using sc_core::SC_ID_MODULE_NAME_STACK_EMPTY_;
196 using sc_core::SC_ID_NAME_EXISTS_;
197 using sc_core::SC_ID_IMMEDIATE_SELF_NOTIFICATION_;
198 using sc_core::SC_ID_WAIT_DURING_UNWINDING_;
199 using sc_core::SC_ID_CYCLE_MISSES_EVENTS_;
200 using sc_core::SC_ID_RETHROW_UNWINDING_;
201 using sc_core::SC_ID_PROCESS_ALREADY_UNWINDING_;
202 using sc_core::SC_ID_MODULE_METHOD_AFTER_START_;
203 using sc_core::SC_ID_MODULE_THREAD_AFTER_START_;
204 using sc_core::SC_ID_MODULE_CTHREAD_AFTER_START_;
205 using sc_core::SC_ID_SIMULATION_TIME_OVERFLOW_;
206 using sc_core::SC_ID_SIMULATION_STOP_CALLED_TWICE_;
207 using sc_core::SC_ID_SIMULATION_START_AFTER_STOP_;
208 using sc_core::SC_ID_STOP_MODE_AFTER_START_;
209 using sc_core::SC_ID_SIMULATION_START_AFTER_ERROR_;
210 using sc_core::SC_ID_SIMULATION_UNCAUGHT_EXCEPTION_;
211 using sc_core::SC_ID_PHASE_CALLBACKS_UNSUPPORTED_;
212 using sc_core::SC_ID_PHASE_CALLBACK_NOT_IMPLEMENTED_;
213 using sc_core::SC_ID_PHASE_CALLBACK_REGISTER_;
214 using sc_core::SC_ID_PHASE_CALLBACK_FORBIDDEN_;
215 using sc_core::SC_ID_SIMULATION_START_UNEXPECTED_;
216 using sc_core::SC_ID_THROW_IT_IGNORED_;
217 using sc_core::SC_ID_NOT_EXPECTING_DYNAMIC_EVENT_NOTIFY_;
218 using sc_core::SC_ID_DISABLE_WILL_ORPHAN_PROCESS_;
219 using sc_core::SC_ID_PROCESS_CONTROL_CORNER_CASE_;
220 using sc_core::SC_ID_METHOD_TERMINATION_EVENT_;
221 using sc_core::SC_ID_JOIN_ON_METHOD_HANDLE_;
222 using sc_core::SC_ID_NO_PROCESS_SEMANTICS_;
223 using sc_core::SC_ID_EVENT_ON_NULL_PROCESS_;
224 using sc_core::SC_ID_EVENT_LIST_FAILED_;
225 using sc_core::SC_ID_UNKNOWN_PROCESS_TYPE_;
226 using sc_core::SC_ID_TIME_CONVERSION_FAILED_;
227 using sc_core::SC_ID_NEGATIVE_SIMULATION_TIME_;
228 using sc_core::SC_ID_BAD_SC_MODULE_CONSTRUCTOR_;
229 using sc_core::SC_ID_EMPTY_PROCESS_HANDLE_;
230 using sc_core::SC_ID_NO_SC_START_ACTIVITY_;
231 using sc_core::SC_ID_KILL_PROCESS_WHILE_UNITIALIZED_;
232 using sc_core::SC_ID_RESET_PROCESS_WHILE_NOT_RUNNING_;
233 using sc_core::SC_ID_THROW_IT_WHILE_NOT_RUNNING_;