systemc: Stop passing arguments to sc_main.
authorGabe Black <gabeblack@google.com>
Sat, 6 Oct 2018 23:44:32 +0000 (16:44 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 16 Oct 2018 01:05:32 +0000 (01:05 +0000)
commit7a2ace7c5da5935eef2cf32527df954547de2d8b
tree0fb3d25377ed7a17933ca71fc00bdab12dd2e855
parent82dd3c1d619ae0ab777685999da9a81e740368f5
systemc: Stop passing arguments to sc_main.

These arguments were originally just to make sure arguments could be
successfully passed to sc_main, but serve no intrinsic purpose. There
are some tests which can accept command line arguments to customize
how they run, and having nonsense arguments confuses them and makes
them behave incorrectly.

Change-Id: Ib328edb12e01a97dca778bbf45b10e91dd8c07a6
Reviewed-on: https://gem5-review.googlesource.com/c/13317
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/tests/config.py