Deleted Added
sdiff udiff text old ( 12916:8fa0c4e23f69 ) new ( 12926:2b4c3973269f )
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

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

75using sc_core::SC_ELABORATION;
76using sc_core::SC_BEFORE_END_OF_ELABORATION;
77using sc_core::SC_END_OF_ELABORATION;
78using sc_core::SC_START_OF_SIMULATION;
79using sc_core::SC_RUNNING;
80using sc_core::SC_PAUSED;
81using sc_core::SC_STOPPED;
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;

--- 56 unchanged lines hidden ---