_using.hh (12909:88127fe770f5) _using.hh (12916:8fa0c4e23f69)
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_US;
136using sc_core::SC_MS;
137using sc_core::SC_SEC;
138using sc_core::sc_time;
139using sc_core::SC_ZERO_TIME;
140using sc_core::sc_set_time_resolution;
141using sc_core::sc_get_time_resolution;
142using sc_core::sc_max_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_US;
136using sc_core::SC_MS;
137using sc_core::SC_SEC;
138using sc_core::sc_time;
139using sc_core::SC_ZERO_TIME;
140using sc_core::sc_set_time_resolution;
141using sc_core::sc_get_time_resolution;
142using sc_core::sc_max_time;
143using sc_core::sc_get_default_time_unit;
144using sc_core::sc_set_default_time_unit;
143
144#endif //__SYSTEMC_EXT_CORE__USING_HH__
145
146#endif //__SYSTEMC_EXT_CORE__USING_HH__