_using.hh (12865:507b9dd90d21) _using.hh (12878:97fdce181f51)
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__USING_HH__
31#define __SYSTEMC_EXT_CHANNEL__USING_HH__
32
33#include "_channel.hh"
34
35using sc_core::sc_buffer;
36
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__USING_HH__
31#define __SYSTEMC_EXT_CHANNEL__USING_HH__
32
33#include "_channel.hh"
34
35using sc_core::sc_buffer;
36
37using sc_core::sc_in_clk;
38using sc_core::sc_clock;
37using sc_core::sc_clock;
38using sc_core::sc_in_clk;
39using sc_core::sc_inout_clk;
40using sc_core::sc_out_clk;
39
40using sc_core::sc_event_queue;
41
42using sc_core::sc_fifo;
43
44using sc_core::sc_fifo_in;
45
46using sc_core::sc_fifo_nonblocking_in_if;

--- 50 unchanged lines hidden ---
41
42using sc_core::sc_event_queue;
43
44using sc_core::sc_fifo;
45
46using sc_core::sc_fifo_in;
47
48using sc_core::sc_fifo_nonblocking_in_if;

--- 50 unchanged lines hidden ---