diff options
author | Gabe Black <gabeblack@google.com> | 2018-06-15 23:25:58 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2018-08-28 21:22:55 +0000 |
commit | 7cab8db5a9dab67a53906a3416100a2642d350b7 (patch) | |
tree | 21f6cf8abf0aa85be289e079db2883e42a889bb7 /src/systemc/tests | |
parent | 9dacb892a5e451c29e62917e0a41a4d06e99d2de (diff) | |
download | gem5-7cab8db5a9dab67a53906a3416100a2642d350b7.tar.xz |
systemc: Disable the phase_callbacks set of tests.
This feature is experimental, nonstandard, and would in some cases be
difficult to implement in gem5.
Change-Id: Ic7fe77e6a2e9dbc5aba06579fb85fd2f055cb6b1
Reviewed-on: https://gem5-review.googlesource.com/11285
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/tests')
-rw-r--r-- | src/systemc/tests/working.filt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/systemc/tests/working.filt b/src/systemc/tests/working.filt index e28b74b9d..75cc8373d 100644 --- a/src/systemc/tests/working.filt +++ b/src/systemc/tests/working.filt @@ -12,6 +12,11 @@ path.startswith("systemc/misc/stars/wif_trace"), # something we're not currently planning to support. path.startswith("systemc/kernel/sc_process_b"), +# Phase callbacks are an experimental feature. Also calling all the interested +# sc_objects whenever time advances would add a non-trivial amount of +# complexity and is probably not worth implementing in general. +path.startswith("systemc/kernel/phase_callbacks/"), + path in ( # Uses sc_get_curr_simcontext. |