summaryrefslogtreecommitdiff
path: root/src/systemc/ext
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-06-18 19:09:56 -0700
committerGabe Black <gabeblack@google.com>2018-09-05 05:59:23 +0000
commitb6de909f928be88ca0cb42c9be37a2a286509779 (patch)
treec88e4018c906ec3c00db3dca1cc8af3e3fba763f /src/systemc/ext
parent689f08e7e98887dc88a0eb614d5cc1e3bcd86a7a (diff)
downloadgem5-b6de909f928be88ca0cb42c9be37a2a286509779.tar.xz
systemc: Enable some more sc_simcontext related tests.
Now that we bit the bullet and stubbed out sc_simcontext and related functions a little bit, we can enable a couple more tests. This change also adds in some functions the new tests expect sc_simcontext to have. Change-Id: I00b5cc0c6eb658eb689b9c85ed171f290009768d Reviewed-on: https://gem5-review.googlesource.com/11356 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/ext')
-rw-r--r--src/systemc/ext/core/sc_simcontext.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemc/ext/core/sc_simcontext.hh b/src/systemc/ext/core/sc_simcontext.hh
index 7abcbb378..4beb8b73e 100644
--- a/src/systemc/ext/core/sc_simcontext.hh
+++ b/src/systemc/ext/core/sc_simcontext.hh
@@ -42,6 +42,8 @@ class sc_simcontext
sc_dt::uint64 delta_count() const;
void reset();
sc_curr_proc_handle get_curr_proc_info();
+ sc_object *first_object();
+ sc_object *next_object();
};
sc_simcontext *sc_get_curr_simcontext();