Gabe Black has submitted this change and it was merged. (
https://gem5-review.googlesource.com/c/public/gem5/+/16565 )
Change subject: systemc: Get rid of --working-dir in the test's config.py.
......................................................................
systemc: Get rid of --working-dir in the test's config.py.
This option is no longer used and isn't needed.
Change-Id: Iec1e2799b4f8c9ea258614323d55941b55828d27
Reviewed-on: https://gem5-review.googlesource.com/c/16565
Reviewed-by: Andreas Sandberg <[email protected]>
Maintainer: Gabe Black <[email protected]>
---
M src/systemc/tests/config.py
1 file changed, 0 insertions(+), 7 deletions(-)
Approvals:
Andreas Sandberg: Looks good to me, approved
Gabe Black: Looks good to me, approved
diff --git a/src/systemc/tests/config.py b/src/systemc/tests/config.py
index cd7c29e..04d974b 100755
--- a/src/systemc/tests/config.py
+++ b/src/systemc/tests/config.py
@@ -40,13 +40,6 @@
kernel = SystemC_Kernel()
root = Root(full_system=True, systemc_kernel=kernel)
-parser = argparse.ArgumentParser()
-parser.add_argument('--working-dir')
-
-args = parser.parse_args()
-if args.working_dir:
- os.chdir(args.working_dir)
-
m5.systemc.sc_main('gem5_systemc_test');
m5.instantiate(None)
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/16565
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: Iec1e2799b4f8c9ea258614323d55941b55828d27
Gerrit-Change-Number: 16565
Gerrit-PatchSet: 5
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Matthias Jung <[email protected]>
Gerrit-Reviewer: Weiping Liao <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev