sc_in_resolved.hh (12841:22aa7ba47bf9) sc_in_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

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

27 * Authors: Gabe Black
28 */
29
30#ifndef __SYSTEMC_EXT_CHANNEL_SC_IN_RESOLVED_HH__
31#define __SYSTEMC_EXT_CHANNEL_SC_IN_RESOLVED_HH__
32
33#include "sc_in.hh"
34
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_IN_RESOLVED_HH__
31#define __SYSTEMC_EXT_CHANNEL_SC_IN_RESOLVED_HH__
32
33#include "sc_in.hh"
34
35namespace
35namespace sc_dt
36{
37
38class sc_logic;
39
36{
37
38class sc_logic;
39
40}
40} // namespace sc_dt
41
42namespace sc_core
43{
44
45class sc_in_resolved : public sc_in<sc_dt::sc_logic>
46{
47 public:
48 sc_in_resolved();

--- 20 unchanged lines hidden ---
41
42namespace sc_core
43{
44
45class sc_in_resolved : public sc_in<sc_dt::sc_logic>
46{
47 public:
48 sc_in_resolved();

--- 20 unchanged lines hidden ---