_core.hh (12943:12c1004709d4) _core.hh (13317:36c574a4036e)
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

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

25 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 *
27 * Authors: Gabe Black
28 */
29
30#ifndef __SYSTEMC_EXT_CORE__CORE_HH__
31#define __SYSTEMC_EXT_CORE__CORE_HH__
32
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

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

25 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 *
27 * Authors: Gabe Black
28 */
29
30#ifndef __SYSTEMC_EXT_CORE__CORE_HH__
31#define __SYSTEMC_EXT_CORE__CORE_HH__
32
33#include "messages.hh"
33#include "sc_attr.hh"
34#include "sc_event.hh"
35#include "sc_export.hh"
36#include "sc_interface.hh"
37#include "sc_join.hh"
38#include "sc_main.hh"
39#include "sc_module.hh"
40#include "sc_module_name.hh"
41#include "sc_object.hh"
42#include "sc_port.hh"
43#include "sc_prim.hh"
44#include "sc_process_handle.hh"
45#include "sc_sensitive.hh"
46#include "sc_simcontext.hh"
47#include "sc_spawn.hh"
48#include "sc_time.hh"
49
50#endif //__SYSTEMC_EXT_CORE__CORE_HH__
34#include "sc_attr.hh"
35#include "sc_event.hh"
36#include "sc_export.hh"
37#include "sc_interface.hh"
38#include "sc_join.hh"
39#include "sc_main.hh"
40#include "sc_module.hh"
41#include "sc_module_name.hh"
42#include "sc_object.hh"
43#include "sc_port.hh"
44#include "sc_prim.hh"
45#include "sc_process_handle.hh"
46#include "sc_sensitive.hh"
47#include "sc_simcontext.hh"
48#include "sc_spawn.hh"
49#include "sc_time.hh"
50
51#endif //__SYSTEMC_EXT_CORE__CORE_HH__