sc_out_resolved.hh (13201:200a488db61f) sc_out_resolved.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

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

29
30#ifndef __SYSTEMC_EXT_CHANNEL_SC_OUT_RESOLVED_HH__
31#define __SYSTEMC_EXT_CHANNEL_SC_OUT_RESOLVED_HH__
32
33#include "sc_inout_resolved.hh"
34#include "sc_out.hh"
35#include "sc_signal_in_if.hh"
36#include "sc_signal_inout_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

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

29
30#ifndef __SYSTEMC_EXT_CHANNEL_SC_OUT_RESOLVED_HH__
31#define __SYSTEMC_EXT_CHANNEL_SC_OUT_RESOLVED_HH__
32
33#include "sc_inout_resolved.hh"
34#include "sc_out.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
42class sc_logic;
43
44} // namespace sc_dt
45

--- 28 unchanged lines hidden ---
37
38namespace sc_dt
39{
40
41class sc_logic;
42
43} // namespace sc_dt
44

--- 28 unchanged lines hidden ---