diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-02-26 21:18:56 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-02-26 21:18:56 +0100 |
commit | ebe4100f34d1899ced72f43ed055cc21a3e7e1e1 (patch) | |
tree | d208177a7e323eed5579ff3a80d803acfa7a39c3 /test | |
parent | 85f498bc0749ba8479357d96994c9b46d36c5a52 (diff) | |
download | sysc-playground-ebe4100f34d1899ced72f43ed055cc21a3e7e1e1.tar.gz sysc-playground-ebe4100f34d1899ced72f43ed055cc21a3e7e1e1.zip |
port to systemc-3.0.0 beta
Diffstat (limited to 'test')
-rw-r--r-- | test/lt_bus_locked.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lt_bus_locked.cc b/test/lt_bus_locked.cc index 55357a8..f845b55 100644 --- a/test/lt_bus_locked.cc +++ b/test/lt_bus_locked.cc @@ -41,8 +41,6 @@ struct target : public sc_core::sc_module { // -- INITIATOR ---------------------------------------------------------------- struct initiator : public sc_core::sc_module { - SC_HAS_PROCESS(initiator); - explicit initiator(sc_core::sc_module_name nm) : sc_module(std::move(nm)) { SC_THREAD(run0); SC_THREAD(run1); |