systemc: Export the tlm::tlm_global_quantum class to python.
authorGabe Black <gabeblack@google.com>
Fri, 15 Feb 2019 16:00:20 +0000 (08:00 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 25 Feb 2019 23:09:28 +0000 (23:09 +0000)
commit055109800c5f65dcabd07c583c96a5fc20f86ce6
treed602b94ceeee2ebfc317a670a4e1beba0987f8d8
parent296f5219da6a2927e84fb748f7f74018c0c1f32e
systemc: Export the tlm::tlm_global_quantum class to python.

This way the python code can set up the global quantum without having
an sc_main function to do it.

Change-Id: I96df4dea0f1bfe9e3e86d4784bbda8f5b6b74d0b
Reviewed-on: https://gem5-review.googlesource.com/c/16503
Maintainer: Gabe Black <gabeblack@google.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
src/systemc/core/SystemC.py
src/systemc/tlm_core/2/quantum/SConscript
src/systemc/tlm_core/2/quantum/global_quantum_python.cc [new file with mode: 0644]