Deleted Added
sdiff udiff text old ( 13123:c86a8a2bc851 ) new ( 13272:cb5ddeab3a04 )
full compact
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

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

27 * Authors: Gabe Black
28 */
29
30#ifndef __SYSTEMC_EXT_CHANNEL_SC_FIFO_OUT_HH__
31#define __SYSTEMC_EXT_CHANNEL_SC_FIFO_OUT_HH__
32
33#include "../core/sc_port.hh"
34#include "sc_fifo_out_if.hh"
35
36namespace sc_core
37{
38
39class sc_event;
40class sc_event_finder;
41
42template <class T>

--- 60 unchanged lines hidden ---