summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-09-22 06:42:41 -0700
committerGabe Black <gabeblack@google.com>2018-10-16 00:29:34 +0000
commit18c83f2333e6142c16ffb074ce037c59bf7a5416 (patch)
tree4047762641e78cbcf77cf41d4eda2bf103a37ef1
parent0c3d23437a9961b46cb6e7f4150834f2345ed9fc (diff)
downloadgem5-18c83f2333e6142c16ffb074ce037c59bf7a5416.tar.xz
systemc: Filter out an Info about delta cycles and pseudo timesteps.
In the Accellera implementation, every time a delta cycle is traced a check is done to see if the user has been told what the pseudo timestep is. To avoid doing that check over and over, we'll leave that out and tell the verify.py to ignore that message in the reference output. Change-Id: I825f05394dccf03e951d29561a11c3cc6d4bcda7 Reviewed-on: https://gem5-review.googlesource.com/c/12969 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
-rwxr-xr-xsrc/systemc/tests/verify.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemc/tests/verify.py b/src/systemc/tests/verify.py
index 27273ea8f..48e92c714 100755
--- a/src/systemc/tests/verify.py
+++ b/src/systemc/tests/verify.py
@@ -259,6 +259,7 @@ class LogChecker(DiffingChecker):
warning_filt(540),
warning_filt(571),
info_filt(804),
+ info_filt(704),
in_file_filt,
)
test_filt = merge_filts(