systemc: Make verify.py ignore a warning.

Change-Id: Ia887b7195d84d0ba9e77370d7b928e201ca78731
Reviewed-on: https://gem5-review.googlesource.com/12055
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
This commit is contained in:
Gabe Black
2018-07-27 16:04:31 -07:00
parent 9cfe743a22
commit f8896e6254

View File

@@ -192,7 +192,8 @@ class LogChecker(Checker):
ref_filt = merge_filts(
r'^\nInfo: /OSCI/SystemC: Simulation stopped by user.\n',
r'^SystemC Simulation\n'
r'^SystemC Simulation\n',
r'^\nWarning: .*\nIn file: .*\n'
)
test_filt = merge_filts(
r'^Global frequency set at \d* ticks per second\n'