_channel.hh (12841:22aa7ba47bf9) _channel.hh (13324:c8b709468e61)
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_CHANNEL__CHANNEL_HH__
31#define __SYSTEMC_EXT_CHANNEL__CHANNEL_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_CHANNEL__CHANNEL_HH__
31#define __SYSTEMC_EXT_CHANNEL__CHANNEL_HH__
32
33#include "messages.hh"
33#include "sc_buffer.hh"
34#include "sc_clock.hh"
35#include "sc_event_queue.hh"
36#include "sc_fifo.hh"
37#include "sc_fifo_in.hh"
38#include "sc_fifo_in_if.hh"
39#include "sc_fifo_out.hh"
40#include "sc_fifo_out_if.hh"

--- 20 unchanged lines hidden ---
34#include "sc_buffer.hh"
35#include "sc_clock.hh"
36#include "sc_event_queue.hh"
37#include "sc_fifo.hh"
38#include "sc_fifo_in.hh"
39#include "sc_fifo_in_if.hh"
40#include "sc_fifo_out.hh"
41#include "sc_fifo_out_if.hh"

--- 20 unchanged lines hidden ---