systemc: Partially implement the sc_module_name class.
authorGabe Black <gabeblack@google.com>
Wed, 2 May 2018 09:00:52 +0000 (02:00 -0700)
committerGabe Black <gabeblack@google.com>
Mon, 23 Jul 2018 22:09:45 +0000 (22:09 +0000)
commit7014f6948797efc74440d93a08285ddc1bca5d19
tree349546dfc819426fa9d9b666e0266bbb3154f98e
parent2f17062dd9a465943b57723f72f89ec66a0db664
systemc: Partially implement the sc_module_name class.

This class is mostly implemented as defined by the spec, except that
it doesn't maintain the module name stack (which doesn't yet exist).

Change-Id: I05fdc4aa40fb0497b0165824baee87ebf01a7821
Reviewed-on: https://gem5-review.googlesource.com/10823
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/SConscript
src/systemc/sc_module_name.cc [new file with mode: 0644]
src/systemc/sc_module_name.hh [new file with mode: 0644]