Deleted Added
sdiff udiff text old ( 13214:a37fa0c75211 ) 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

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

29
30#ifndef __SYSTEMC_EXT_CHANNEL_SC_OUT_RV_HH__
31#define __SYSTEMC_EXT_CHANNEL_SC_OUT_RV_HH__
32
33#include "../core/sc_port.hh"
34#include "sc_inout_rv.hh"
35#include "sc_signal_in_if.hh"
36#include "sc_signal_inout_if.hh"
37#include "warn_unimpl.hh"
38
39namespace sc_dt
40{
41
42template <int W>
43class sc_lv;
44
45} // namespace sc_dt

--- 53 unchanged lines hidden ---