sc_fifo_in.hh (13123:c86a8a2bc851) sc_fifo_in.hh (13272:cb5ddeab3a04)
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

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

28 */
29
30#ifndef __SYSTEMC_EXT_CHANNEL_SC_FIFO_IN_HH__
31#define __SYSTEMC_EXT_CHANNEL_SC_FIFO_IN_HH__
32
33#include "../core/sc_event.hh"
34#include "../core/sc_port.hh"
35#include "sc_fifo_in_if.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

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

28 */
29
30#ifndef __SYSTEMC_EXT_CHANNEL_SC_FIFO_IN_HH__
31#define __SYSTEMC_EXT_CHANNEL_SC_FIFO_IN_HH__
32
33#include "../core/sc_event.hh"
34#include "../core/sc_port.hh"
35#include "sc_fifo_in_if.hh"
36#include "warn_unimpl.hh"
37
38namespace sc_core
39{
40
41class sc_event;
42class sc_event_finder;
43
44template <class T>

--- 61 unchanged lines hidden ---
36
37namespace sc_core
38{
39
40class sc_event;
41class sc_event_finder;
42
43template <class T>

--- 61 unchanged lines hidden ---