systemc: Filter out an Info about delta cycles and pseudo timesteps.
authorGabe Black <gabeblack@google.com>
Sat, 22 Sep 2018 13:42:41 +0000 (06:42 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 16 Oct 2018 00:29:34 +0000 (00:29 +0000)
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>

src/systemc/tests/verify.py

index 27273ea8f77b7baea4fd579d3b599256090f16c3..48e92c7145e9ca8605957e3f41240e7769ae9b01 100755 (executable)
@@ -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(