Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/12969
Change subject: systemc: Filter out an Info about delta cycles and pseudo
timesteps.
......................................................................
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
---
M src/systemc/tests/verify.py
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/systemc/tests/verify.py b/src/systemc/tests/verify.py
index 27273ea..48e92c7 100755
--- a/src/systemc/tests/verify.py
+++ b/src/systemc/tests/verify.py
@@ -259,6 +259,7 @@
warning_filt(540),
warning_filt(571),
info_filt(804),
+ info_filt(704),
in_file_filt,
)
test_filt = merge_filts(
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/12969
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I825f05394dccf03e951d29561a11c3cc6d4bcda7
Gerrit-Change-Number: 12969
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev