_core.hh (12940:f191f383f3bf) _core.hh (12943:12c1004709d4)
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

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

29
30#ifndef __SYSTEMC_EXT_CORE__CORE_HH__
31#define __SYSTEMC_EXT_CORE__CORE_HH__
32
33#include "sc_attr.hh"
34#include "sc_event.hh"
35#include "sc_export.hh"
36#include "sc_interface.hh"
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

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

29
30#ifndef __SYSTEMC_EXT_CORE__CORE_HH__
31#define __SYSTEMC_EXT_CORE__CORE_HH__
32
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"
37#include "sc_main.hh"
38#include "sc_module.hh"
39#include "sc_module_name.hh"
40#include "sc_object.hh"
41#include "sc_port.hh"
42#include "sc_prim.hh"
43#include "sc_process_handle.hh"
44#include "sc_sensitive.hh"
45#include "sc_simcontext.hh"
46#include "sc_spawn.hh"
47#include "sc_time.hh"
48
49#endif //__SYSTEMC_EXT_CORE__CORE_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__