systemc: Stop using python to set/manage the global time resolution.
authorGabe Black <gabeblack@google.com>
Thu, 8 Nov 2018 01:56:54 +0000 (17:56 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 12 Nov 2018 22:07:09 +0000 (22:07 +0000)
commita7105c617fa921904213d7509746a8f6c51c002f
treef8943402bc506ca619b62f93ba5aea4e60b145b6
parent3fb91393a67515a008dae0346689ffffe5180ab8
systemc: Stop using python to set/manage the global time resolution.

Now that that's managed in c++, we can do that directly without having
to depend on the python code being available, the code which lets us
call from c++ to python, or for the embedded python interpretter to
have started running and have loaded the appropriate modules.

Change-Id: Ied110d8f22181095f8c0c645636a9bd67964263e
Reviewed-on: https://gem5-review.googlesource.com/c/14056
Maintainer: Gabe Black <gabeblack@google.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
src/systemc/core/sc_time.cc