commit | 71b617b647dd83d9b8865c3ae1390c34e0e6abd2 | [log] [tgz] |
---|---|---|
author | Gabe Black <gabeblack@google.com> | Thu Feb 14 01:54:20 2019 -0800 |
committer | Gabe Black <gabeblack@google.com> | Thu Feb 21 22:35:23 2019 +0000 |
tree | e83422eb59c0ecce993e6c490d20e29de9995ff3 | |
parent | e15e12134e1149a358e9ab28b3b8affbb75f53d0 [diff] |
systemc: Make sc_(pause|stop) exit to python when not using sc_main. In those cases, there's no sc_main to return control to. The python config script is serving more or less the same purpose, so we can return control to there instead. Change-Id: I3cf0623ae51d989b883fb8556ebbf44651bbec99 Reviewed-on: https://gem5-review.googlesource.com/c/16445 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Gabe Black <gabeblack@google.com>