sc_out_resolved.hh (12841:22aa7ba47bf9) sc_out_resolved.hh (12853:e23d6f09069a)
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

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

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

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

30#ifndef __SYSTEMC_EXT_CHANNEL_SC_OUT_RESOLVED_HH__
31#define __SYSTEMC_EXT_CHANNEL_SC_OUT_RESOLVED_HH__
32
33#include "sc_out.hh"
34#include "sc_signal_in_if.hh"
35#include "sc_signal_inout_if.hh"
36#include "warn_unimpl.hh"
37
38namespace
38namespace sc_dt
39{
40
41class sc_logic;
42
39{
40
41class sc_logic;
42
43}
43} // namespace sc_dt
44
45namespace sc_core
46{
47
48class sc_out_resolved : public sc_out<sc_dt::sc_logic>
49{
50 public:
51 sc_out_resolved();

--- 21 unchanged lines hidden ---
44
45namespace sc_core
46{
47
48class sc_out_resolved : public sc_out<sc_dt::sc_logic>
49{
50 public:
51 sc_out_resolved();

--- 21 unchanged lines hidden ---