systemc (12852:300397457d0b) | systemc (12873:9e8c1b5de92c) |
---|---|
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_SYSTEMC__ 31#define __SYSTEMC_EXT_SYSTEMC__ 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_SYSTEMC__ 31#define __SYSTEMC_EXT_SYSTEMC__ 32 |
33// This include isn't supposed to be necessary, but some regression tests 34// assume that the sc_bind macro will work without explicitly including the 35// boost headers. This is in contradiction to the spec which says boost isn't 36// a required dependency. 37#include <boost/bind.hpp> 38 |
|
33#include "channel/_channel.hh" 34#include "core/_core.hh" 35#include "dt/_dt.hh" 36#include "utils/_utils.hh" 37 38#endif //__SYSTEMC_EXT_SYSTEMC__ | 39#include "channel/_channel.hh" 40#include "core/_core.hh" 41#include "dt/_dt.hh" 42#include "utils/_utils.hh" 43 44#endif //__SYSTEMC_EXT_SYSTEMC__ |