_using.hh (12927:6be191c20575) _using.hh (12930:f0e472cf340c)
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

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

88
89using sc_core::sc_bind_proxy;
90using sc_core::SC_BIND_PROXY_NIL;
91using sc_core::sc_module;
92using sc_core::next_trigger;
93using sc_core::wait;
94using sc_core::halt;
95using sc_core::sc_gen_unique_name;
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

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

88
89using sc_core::sc_bind_proxy;
90using sc_core::SC_BIND_PROXY_NIL;
91using sc_core::sc_module;
92using sc_core::next_trigger;
93using sc_core::wait;
94using sc_core::halt;
95using sc_core::sc_gen_unique_name;
96using sc_core::sc_hierarchical_name_exists;
96using sc_core::sc_behavior;
97using sc_core::sc_channel;
98using sc_core::sc_start_of_simulation_invoked;
99using sc_core::sc_end_of_simulation_invoked;
100
101using sc_core::sc_module_name;
102
103using sc_core::sc_object;

--- 48 unchanged lines hidden ---
97using sc_core::sc_behavior;
98using sc_core::sc_channel;
99using sc_core::sc_start_of_simulation_invoked;
100using sc_core::sc_end_of_simulation_invoked;
101
102using sc_core::sc_module_name;
103
104using sc_core::sc_object;

--- 48 unchanged lines hidden ---