_using.hh (12939:5256de693153) _using.hh (12940:f191f383f3bf)
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

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

130using sc_core::sc_curr_proc_info;
131using sc_core::sc_curr_proc_handle;
132using sc_core::sc_process_handle;
133using sc_core::sc_get_current_process_handle;
134using sc_core::sc_is_unwinding;
135
136using sc_core::sc_sensitive;
137
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

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

130using sc_core::sc_curr_proc_info;
131using sc_core::sc_curr_proc_handle;
132using sc_core::sc_process_handle;
133using sc_core::sc_get_current_process_handle;
134using sc_core::sc_is_unwinding;
135
136using sc_core::sc_sensitive;
137
138using sc_core::sc_simcontext;
139using sc_core::sc_get_curr_simcontext;
140
138using sc_core::sc_spawn_options;
139using sc_core::sc_spawn;
140
141using sc_core::sc_time_unit;
142using sc_core::SC_FS;
143using sc_core::SC_PS;
144using sc_core::SC_NS;
145using sc_core::SC_US;

--- 12 unchanged lines hidden ---
141using sc_core::sc_spawn_options;
142using sc_core::sc_spawn;
143
144using sc_core::sc_time_unit;
145using sc_core::SC_FS;
146using sc_core::SC_PS;
147using sc_core::SC_NS;
148using sc_core::SC_US;

--- 12 unchanged lines hidden ---