_using.hh (12926:2b4c3973269f) _using.hh (12927:6be191c20575)
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

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

135using sc_core::sc_time_unit;
136using sc_core::SC_FS;
137using sc_core::SC_PS;
138using sc_core::SC_NS;
139using sc_core::SC_US;
140using sc_core::SC_MS;
141using sc_core::SC_SEC;
142using sc_core::sc_time;
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

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

135using sc_core::sc_time_unit;
136using sc_core::SC_FS;
137using sc_core::SC_PS;
138using sc_core::SC_NS;
139using sc_core::SC_US;
140using sc_core::SC_MS;
141using sc_core::SC_SEC;
142using sc_core::sc_time;
143using sc_core::sc_time_tuple;
143using sc_core::SC_ZERO_TIME;
144using sc_core::sc_set_time_resolution;
145using sc_core::sc_get_time_resolution;
146using sc_core::sc_max_time;
147using sc_core::sc_get_default_time_unit;
148using sc_core::sc_set_default_time_unit;
149
150#endif //__SYSTEMC_EXT_CORE__USING_HH__
144using sc_core::SC_ZERO_TIME;
145using sc_core::sc_set_time_resolution;
146using sc_core::sc_get_time_resolution;
147using sc_core::sc_max_time;
148using sc_core::sc_get_default_time_unit;
149using sc_core::sc_set_default_time_unit;
150
151#endif //__SYSTEMC_EXT_CORE__USING_HH__