systemc: Make suppress_id work like the test expects.
authorGabe Black <gabeblack@google.com>
Sun, 7 Oct 2018 03:21:31 +0000 (20:21 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 16 Oct 2018 01:07:23 +0000 (01:07 +0000)
commit0b49ab94b267af7231141b0c992099a3be723ab7
treeb3a5e702f1c1a791d1c404b28214f2f14abe20c9
parent5220003e388b75d45a57f3db83dd00212e3a4118
systemc: Make suppress_id work like the test expects.

This is in contrast to how Accellera actually implements it, implying
they would fail their own test.

The specific difference is that suppress_id should only suppress
SC_INFO and SC_WARNING, not all severity levels like the Accellera
implementation will do.

Change-Id: I34f0d2d5912548963433a785cfa6ef88ad818042
Reviewed-on: https://gem5-review.googlesource.com/c/13320
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/utils/sc_report.cc