Deleted Added
sdiff udiff text old ( 12925:a745745a930b ) new ( 12927:6be191c20575 )
full compact
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

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

101void sc_set_time_resolution(double, sc_time_unit);
102sc_time sc_get_time_resolution();
103const sc_time &sc_max_time();
104
105// Deprecated
106void sc_set_default_time_unit(double, sc_time_unit);
107sc_time sc_get_default_time_unit();
108
109} // namespace sc_core
110
111#endif //__SYSTEMC_EXT_CORE_SC_TIME_HH__