From a4b82a86115649cbe403315bf04231d5c9512015 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 7 Sep 2018 18:25:10 -0700 Subject: systemc: Centralize module callbacks and report new warnings. By centralizing module callbacks, the gem5 module class knows when different stages of the simulation are happening and can do it's own extra checks. It also compartmentalizes modules more since the kernel object doesn't have to reach into them to enumerate ports and exports. Change-Id: I55887284af9c05150fe9d054f5b6147cad6092a1 Reviewed-on: https://gem5-review.googlesource.com/c/12610 Reviewed-by: Gabe Black Maintainer: Gabe Black --- src/systemc/tests/verify.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/systemc/tests') diff --git a/src/systemc/tests/verify.py b/src/systemc/tests/verify.py index 051d5b5e0..fe165516e 100755 --- a/src/systemc/tests/verify.py +++ b/src/systemc/tests/verify.py @@ -233,7 +233,6 @@ class LogChecker(Checker): r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: \n' + r' sc_clock\(const char(.*\n){3}', warning_filt(540), - warning_filt(569), warning_filt(571), info_filt(804), in_file_filt, -- cgit v1.2.3