systemc: Add a filter-file option.
authorGabe Black <gabeblack@google.com>
Fri, 15 Jun 2018 22:52:23 +0000 (15:52 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 22 Aug 2018 00:59:09 +0000 (00:59 +0000)
commitd3abc7e7243406a6b9ac5632939a97882d75dcdf
tree66a62fc0176db0021d05cff2e3300b88e56ec578
parent84c1b3b3ed6d5f03e23efb2efa3fd04b3fab4b35
systemc: Add a filter-file option.

The --filter option is very useful, but can get to be long and complex
and a bit too cumbersome to use from the command line. This change
adds a --filter-file option which is mutually exclusive with --filter
and which reads the filter expression from a file instead of accepting
it on the command line.

Change-Id: I381c92ddf0d9fe62acd20432fa4868e2121405b8
Reviewed-on: https://gem5-review.googlesource.com/11257
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/tests/verify.py