_using.hh (12943:12c1004709d4) _using.hh (13317:36c574a4036e)
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 146 unchanged lines hidden (view full) ---

155using sc_core::sc_time_tuple;
156using sc_core::SC_ZERO_TIME;
157using sc_core::sc_set_time_resolution;
158using sc_core::sc_get_time_resolution;
159using sc_core::sc_max_time;
160using sc_core::sc_get_default_time_unit;
161using sc_core::sc_set_default_time_unit;
162
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 146 unchanged lines hidden (view full) ---

155using sc_core::sc_time_tuple;
156using sc_core::SC_ZERO_TIME;
157using sc_core::sc_set_time_resolution;
158using sc_core::sc_get_time_resolution;
159using sc_core::sc_max_time;
160using sc_core::sc_get_default_time_unit;
161using sc_core::sc_set_default_time_unit;
162
163using sc_core::SC_ID_NO_BOOL_RETURNED_;
164using sc_core::SC_ID_NO_INT_RETURNED_;
165using sc_core::SC_ID_NO_SC_LOGIC_RETURNED_;
166using sc_core::SC_ID_OPERAND_NOT_SC_LOGIC_;
167using sc_core::SC_ID_OPERAND_NOT_BOOL_;
168using sc_core::SC_ID_INSTANCE_EXISTS_;
169using sc_core::SC_ID_ILLEGAL_CHARACTERS_;
170using sc_core::SC_ID_VC6_PROCESS_HELPER_;
171using sc_core::SC_ID_VC6_MAX_PROCESSES_EXCEEDED_;
172using sc_core::SC_ID_END_MODULE_NOT_CALLED_;
173using sc_core::SC_ID_HIER_NAME_INCORRECT_;
174using sc_core::SC_ID_SET_STACK_SIZE_;
175using sc_core::SC_ID_SC_MODULE_NAME_USE_;
176using sc_core::SC_ID_SC_MODULE_NAME_REQUIRED_;
177using sc_core::SC_ID_SET_TIME_RESOLUTION_;
178using sc_core::SC_ID_SET_DEFAULT_TIME_UNIT_;
179using sc_core::SC_ID_DEFAULT_TIME_UNIT_CHANGED_;
180using sc_core::SC_ID_INCONSISTENT_API_CONFIG_;
181using sc_core::SC_ID_WAIT_NOT_ALLOWED_;
182using sc_core::SC_ID_NEXT_TRIGGER_NOT_ALLOWED_;
183using sc_core::SC_ID_IMMEDIATE_NOTIFICATION_;
184using sc_core::SC_ID_HALT_NOT_ALLOWED_;
185using sc_core::SC_ID_WATCHING_NOT_ALLOWED_;
186using sc_core::SC_ID_DONT_INITIALIZE_;
187using sc_core::SC_ID_WAIT_N_INVALID_;
188using sc_core::SC_ID_MAKE_SENSITIVE_;
189using sc_core::SC_ID_MAKE_SENSITIVE_POS_;
190using sc_core::SC_ID_MAKE_SENSITIVE_NEG_;
191using sc_core::SC_ID_INSERT_MODULE_;
192using sc_core::SC_ID_REMOVE_MODULE_;
193using sc_core::SC_ID_NOTIFY_DELAYED_;
194using sc_core::SC_ID_GEN_UNIQUE_NAME_;
195using sc_core::SC_ID_MODULE_NAME_STACK_EMPTY_;
196using sc_core::SC_ID_NAME_EXISTS_;
197using sc_core::SC_ID_IMMEDIATE_SELF_NOTIFICATION_;
198using sc_core::SC_ID_WAIT_DURING_UNWINDING_;
199using sc_core::SC_ID_CYCLE_MISSES_EVENTS_;
200using sc_core::SC_ID_RETHROW_UNWINDING_;
201using sc_core::SC_ID_PROCESS_ALREADY_UNWINDING_;
202using sc_core::SC_ID_MODULE_METHOD_AFTER_START_;
203using sc_core::SC_ID_MODULE_THREAD_AFTER_START_;
204using sc_core::SC_ID_MODULE_CTHREAD_AFTER_START_;
205using sc_core::SC_ID_SIMULATION_TIME_OVERFLOW_;
206using sc_core::SC_ID_SIMULATION_STOP_CALLED_TWICE_;
207using sc_core::SC_ID_SIMULATION_START_AFTER_STOP_;
208using sc_core::SC_ID_STOP_MODE_AFTER_START_;
209using sc_core::SC_ID_SIMULATION_START_AFTER_ERROR_;
210using sc_core::SC_ID_SIMULATION_UNCAUGHT_EXCEPTION_;
211using sc_core::SC_ID_PHASE_CALLBACKS_UNSUPPORTED_;
212using sc_core::SC_ID_PHASE_CALLBACK_NOT_IMPLEMENTED_;
213using sc_core::SC_ID_PHASE_CALLBACK_REGISTER_;
214using sc_core::SC_ID_PHASE_CALLBACK_FORBIDDEN_;
215using sc_core::SC_ID_SIMULATION_START_UNEXPECTED_;
216using sc_core::SC_ID_THROW_IT_IGNORED_;
217using sc_core::SC_ID_NOT_EXPECTING_DYNAMIC_EVENT_NOTIFY_;
218using sc_core::SC_ID_DISABLE_WILL_ORPHAN_PROCESS_;
219using sc_core::SC_ID_PROCESS_CONTROL_CORNER_CASE_;
220using sc_core::SC_ID_METHOD_TERMINATION_EVENT_;
221using sc_core::SC_ID_JOIN_ON_METHOD_HANDLE_;
222using sc_core::SC_ID_NO_PROCESS_SEMANTICS_;
223using sc_core::SC_ID_EVENT_ON_NULL_PROCESS_;
224using sc_core::SC_ID_EVENT_LIST_FAILED_;
225using sc_core::SC_ID_UNKNOWN_PROCESS_TYPE_;
226using sc_core::SC_ID_TIME_CONVERSION_FAILED_;
227using sc_core::SC_ID_NEGATIVE_SIMULATION_TIME_;
228using sc_core::SC_ID_BAD_SC_MODULE_CONSTRUCTOR_;
229using sc_core::SC_ID_EMPTY_PROCESS_HANDLE_;
230using sc_core::SC_ID_NO_SC_START_ACTIVITY_;
231using sc_core::SC_ID_KILL_PROCESS_WHILE_UNITIALIZED_;
232using sc_core::SC_ID_RESET_PROCESS_WHILE_NOT_RUNNING_;
233using sc_core::SC_ID_THROW_IT_WHILE_NOT_RUNNING_;
234
163#endif //__SYSTEMC_EXT_CORE__USING_HH__
235#endif //__SYSTEMC_EXT_CORE__USING_HH__