Deleted Added
sdiff udiff text old ( 12860:6051cef4adec ) new ( 12909:88127fe770f5 )
full compact
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

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

82using sc_core::SC_END_OF_SIMULATION;
83using sc_core::sc_status;
84
85using sc_core::sc_bind_proxy;
86using sc_core::SC_BIND_PROXY_NIL;
87using sc_core::sc_module;
88using sc_core::next_trigger;
89using sc_core::wait;
90using sc_core::halt;
91using sc_core::sc_gen_unique_name;
92using sc_core::sc_behavior;
93using sc_core::sc_channel;
94using sc_core::sc_start_of_simulation_invoked;
95using sc_core::sc_end_of_simulation_invoked;
96
97using sc_core::sc_module_name;
98

--- 46 unchanged lines hidden ---