Deleted Added
sdiff udiff text old ( 12943:12c1004709d4 ) new ( 13317:36c574a4036e )
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

--- 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
163#endif //__SYSTEMC_EXT_CORE__USING_HH__