summaryrefslogtreecommitdiff
path: root/src/systemc/SConscript
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-05-02 02:00:52 -0700
committerGabe Black <gabeblack@google.com>2018-07-23 22:09:45 +0000
commit7014f6948797efc74440d93a08285ddc1bca5d19 (patch)
tree349546dfc819426fa9d9b666e0266bbb3154f98e /src/systemc/SConscript
parent2f17062dd9a465943b57723f72f89ec66a0db664 (diff)
downloadgem5-7014f6948797efc74440d93a08285ddc1bca5d19.tar.xz
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>
Diffstat (limited to 'src/systemc/SConscript')
-rw-r--r--src/systemc/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemc/SConscript b/src/systemc/SConscript
index 21f9b19a3..3677a60a8 100644
--- a/src/systemc/SConscript
+++ b/src/systemc/SConscript
@@ -32,4 +32,5 @@ if env['USE_SYSTEMC']:
Source('kernel.cc')
+ Source('sc_module_name.cc')
Source('sc_object.cc')