systemc: Add an sc_gen_unique_name namespace to processes as well.
authorGabe Black <gabeblack@google.com>
Thu, 4 Oct 2018 00:08:15 +0000 (17:08 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 16 Oct 2018 00:50:35 +0000 (00:50 +0000)
commitd371c9e0db60818ba829f5b80c9428f1e09b49df
tree361679b57e021f49d5e581d5a4c9f0ff94e73e4f
parent0686b8553381caf7ccd4ac7023ce1d419743ca54
systemc: Add an sc_gen_unique_name namespace to processes as well.

The standard says that there are namespaces for each module, and
one global namespace. Accellera also has namespaces for each process,
which shows up in the test output.

Change-Id: I4c8c5cecd5fb685d7bab521d9ae131aef23a6ab4
Reviewed-on: https://gem5-review.googlesource.com/c/13291
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/core/process.hh
src/systemc/core/sc_module.cc